-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add devnet package command #1116
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 This is awesome work, so excited to have this!
There are a few notes I have on places where we should be able to reuse existing structs/code. Clarinet is so huge it's hard to find what's already been made and what you need to create from scratch 😅
e3cece9
to
e7aa834
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note from Ludo: We'll need to compile to wasm to make sure we aren't breaking anything
Thank you for this new feature @csgui! |
Hey @lgalabru ! Follow the output of the command, that is the packaged data.
|
Fascinating work, @csgui! 👏🏽 |
This reverts commit 0dbf1aa.
This PR adds the
$ clarinet devnet package
command.The command should run inside a Clarinet project folder.
Issue: #1102