Skip to content
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

Closed
moul opened this issue Aug 1, 2023 · 1 comment
Closed

"gno serve" #23

moul opened this issue Aug 1, 2023 · 1 comment

Comments

@moul
Copy link
Member

moul commented Aug 1, 2023

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:

  • Export content: gno export [filename.md] to save server content.
  • Import 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

  • start gno serve
  • add your contract
  • interact
  • then, gno export > tx.md
  • and, gno import < tx.md

Addresses gnolang/gno#972
Depends on gnolang/gno#1016

@thehowl
Copy link
Member

thehowl commented Jan 26, 2024

Catching up on old convos.

Is this not addressed by gnodev?

Closing for now, feel free to re-open. Although the original spirit of this issue seems to be one which does not actually run gno.land, the behaviour by gnodev seems to be more powerful for developing realms than this one could be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔵 Not Needed for Launch
Development

No branches or pull requests

2 participants