You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to perform a aiken build --output ../lib/plutus.json command so I can make the plutus.json file available in my compiled output of my sveltekit project.
Why is it a good idea?
This way you can automate the build processes of your validators.
What is the current alternative and why is it not good enough?
I think we can also make a setting in the aiken.toml to control the output of the .json file.
Maybe this feature already exists, and I'm unaware. If so, sorry for wasting your time. Thanks for your hard work on Aiken, it really is appreciated.
The text was updated successfully, but these errors were encountered:
What is your idea? Provide a use case.
I want to perform a
aiken build --output ../lib/plutus.json
command so I can make the plutus.json file available in my compiled output of my sveltekit project.Why is it a good idea?
This way you can automate the build processes of your validators.
What is the current alternative and why is it not good enough?
I think we can also make a setting in the aiken.toml to control the output of the .json file.
Maybe this feature already exists, and I'm unaware. If so, sorry for wasting your time. Thanks for your hard work on Aiken, it really is appreciated.
The text was updated successfully, but these errors were encountered: