-
Notifications
You must be signed in to change notification settings - Fork 375
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
docs: fix demo/boards/README, fix typos and change to a local node #1034
Merged
moul
merged 2 commits into
gnolang:master
from
jefft0:fix/demo_boards_README-local-node-and-typos
Aug 10, 2023
Merged
docs: fix demo/boards/README, fix typos and change to a local node #1034
moul
merged 2 commits into
gnolang:master
from
jefft0:fix/demo_boards_README-local-node-and-typos
Aug 10, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jefft0
force-pushed
the
fix/demo_boards_README-local-node-and-typos
branch
2 times, most recently
from
August 8, 2023 15:17
1dc2aac
to
9556c5a
Compare
jefft0
force-pushed
the
fix/demo_boards_README-local-node-and-typos
branch
2 times, most recently
from
August 9, 2023 12:22
b4e4f2a
to
1c543ae
Compare
… the PR for details. Signed-off-by: Jeff Thompson <jeff@thefirst.org>
jefft0
force-pushed
the
fix/demo_boards_README-local-node-and-typos
branch
from
August 9, 2023 12:32
1c543ae
to
25a087d
Compare
iuricmp
suggested changes
Aug 10, 2023
iuricmp
approved these changes
Aug 10, 2023
Co-authored-by: Iuri Pereira <iuricmp@gmail.com>
moul
approved these changes
Aug 10, 2023
moul
changed the title
fix: In demo/boards/README, fix typos and change to a local node.
docs: fix demo/boards/README, fix typos and change to a local node.
Aug 10, 2023
moul
changed the title
docs: fix demo/boards/README, fix typos and change to a local node.
docs: fix demo/boards/README, fix typos and change to a local node
Aug 10, 2023
Closed
Doozers
pushed a commit
to Doozers/gno
that referenced
this pull request
Aug 31, 2023
…nolang#1034) Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com> Co-authored-by: Iuri Pereira <iuricmp@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The README for demo/boards shows how to create a key and interact with the "boards" realm. It was originally written for the testnet, but the testnet faucet doesn't work anymore. So, in this pull request we:
genesis_balances.txt
. (Also mention the README for running a local faucet.)Register
with/r/demo/users
which must be done before creating a board.--recover
to-recover
, etc. with one dash.(NOTE: This PR is a follow-up to #1030 which was already approved but is much smaller.)
(NOTE: This PR is an alternative to #831 which can be closed.)