Quick Start
Prerequisites
# Go 1.23.8+
go version
# Python 3.10+ with virtual environment
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# Solidity compiler
# Brahma contracts use 0.8.22+, but 0.8.24 is compatible with all
solc-select install 0.8.24
solc-select use 0.8.24
# Foundry (for Solidity testing and deployment)
curl -L https://foundry.paradigm.xyz | bash
foundryupBuild & Test
Local Testnet Setup
Network Endpoints
Contract Development
Compiling Contracts
E2E Testing Scripts
Query Examples
AutoCLI Command Generation
Proto RPC Method
Generated CLI Command
Notes
CLI Queries
REST API (Alternative to CLI)
Discovering Available Commands
Transaction Examples
Request for Core
Next Steps
Last updated