What is the REAL Localnet? #
Key Features of the REAL Localnet #
What is the REAL Localnet Used For? #
Common Use Cases
Benefits of Using the REAL Localnet
Getting Started with the REAL Localnet #
Step 1: Set Up Your Environment #
git clone https://github.com/realfinance/real.git
cd real
make install
Step 2: Initialize the REAL Localnet #
reald init my-localnet --chain-id real-localnet-1
reald keys add my-account
reald add-genesis-account $(reald keys show my-account -a) 1000000000ureal
reald gentx my-account 1000000ureal --chain-id real-localnet-1
reald collect-gentxs
Step 3: Start the REAL Localnet #
reald start
reald status
Step 4: Interact with the REAL Localnet #
reald tx wasm store my_contract.wasm --from my-account --chain-id real-localnet-1 --gas auto --fees 5000ureal
reald tx staking delegate $(reald keys show my-account -a --bech val) 500000ureal --from my-account --chain-id real-localnet-1 --gas auto --fees 5000ureal
Step 5: Reset or Modify the Localnet #
reald unsafe-reset-all