Skip to main content

Local testnet

This is the fastest way to confirm your install works.

Initialize

safrochaind init localnode --chain-id safro-testnet-1

Create a key and fund it

safrochaind keys add validator
safrochaind add-genesis-account "$(safrochaind keys show validator -a)" 1000000000usaf

Create genesis tx and start

safrochaind gentx validator 700000000usaf --chain-id safro-testnet-1
safrochaind collect-gentxs
safrochaind start