-
Notifications
You must be signed in to change notification settings - Fork 8
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
"gno serve" #23
Comments
This was referenced Aug 1, 2023
7 tasks
7 tasks
4 tasks
Catching up on old convos. Is this not addressed by Closing for now, feel free to re-open. Although the original spirit of this issue seems to be one which does not actually run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Introducing Gno's "serve" Subcommand and Content Import/Export:
Use
gno serve
to start a local Gnovm server with Gnoweb for testing and development without a real blockchain.For easy progress management:
gno export [filename.md]
to save server content.gno import [filename.md]
to resume work from imported content.Seamlessly migrate to a live blockchain when needed. Simplify your development with Gno's powerful features.
Suggested flow
gno serve
gno export > tx.md
gno import < tx.md
Addresses gnolang/gno#972
Depends on gnolang/gno#1016
The text was updated successfully, but these errors were encountered: