gnØland

Create your Gno wallet

The first step of your journey is to create a gno wallet and get your address.

Build gnokey

git clone git@github.com:gnolang/gno.git cd ./gno make

Create a mnemonic

./build/gnokey generate

NOTE: You can generate 24 words with any good bip39 generator.

Create a new account using your mnemonic

./build/gnokey add KEYNAME --recover

NOTE: KEYNAME is your key identifier, and should be changed.

Verify that you can see your account locally

./build/gnokey list

Connect your wallet

Try to connect your pubkey below!

Get your current accounts info

./build/gnokey query auth/accounts/ACCOUNT_ADDR --remote test3.gno.land:36657

NOTE: you can retrieve your ACCOUNT_ADDR with ./build/gnokey list.