We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Specify to execute make fclean; go run ./cmd/gnoland start in gno.land folder
make fclean; go run ./cmd/gnoland start
Delete the gnofaucet part, and suggest to modify the genesis_balances.txt file instead.
in the end, change: After inserting your package path,... visit https://test3.<your_realm_path>. to : After inserting your package path, ... visit https://test3.gno.land/<your_realm_path> (Ex: https://test3.gno.land/r/leon/whitelistfactory).
The text was updated successfully, but these errors were encountered:
Hey, I've implemented feedback into the newest version of the tutorial. The tutorial now lives here: https://github.com/leohhhn/gno-fzgh
Sorry, something went wrong.
leohhhn
No branches or pull requests
Description: After trying the tutorial, here's my modification suggestions:
Specify to execute
make fclean; go run ./cmd/gnoland start
in gno.land folderDelete the gnofaucet part, and suggest to modify the genesis_balances.txt file instead.
in the end, change:
After inserting your package path,... visit https://test3.<your_realm_path>.
to :
After inserting your package path, ... visit https://test3.gno.land/<your_realm_path> (Ex: https://test3.gno.land/r/leon/whitelistfactory).
The text was updated successfully, but these errors were encountered: