Running Gear node in Dev Net mode
Dev net is useful for development and debugging of your smart contracts. You can upload your program directly to a local node, send messages to a program and validate the program's logic.
To run a Gear node in a dev net mode:
Compile or download nightly build for your operating system as described in setting-up.
Run the node in dev mode:
./gear-node --dev --tmp
Follow to https://idea.gear-tech.io/ and connect to a local dev node. Click network selection via the left top button, choose Development -> Local node and click Switch button. Use Idea portal for sending messages, reading program's state etc.
To purge any existing dev chain state, use:
./gear-node purge-chain --dev
- To start a dev chain with detailed logging, use:
RUST_LOG=debug RUST_BACKTRACE=1 ./gear-node -lruntime=debug --dev