Developers
Build with Rust SDKs and HTTP/WebSocket APIs
Quickstart (DevNet)
# 1) Clone & build $ git clone https://github.com/ippan-labs/ippan && cd ippan $ cargo build --release # 2) Run a local devnet (3 validators) $ cargo run --bin devnet -- up --validators 3 # 3) Create an address (base58i -> starts with i...) $ cargo run --bin addrtool -- new --name alice # 4) Send a payment (example) $ curl -X POST http://localhost:8080/v1/tx/send -H 'Content-Type: application/json' -d '{ "from":"i...", "to":"@bob.ipn", "amount":"1.25", "memo":"thanks" }'
Block Reward
1 IPN per block; 20% to creator, 80% to verifying validators.
Weekly Mint & Uptime
Continuously online nodes share a weekly pool. 0.1% commission funds reliability.
Human Identity
@handle.ipn updates require fees; premium TLDs (.cyborg, .humanoid, .iot, .m) renew annually.
Resilience
Peer discovery under extreme conditions; micro-costs harden against malicious availability spam.
Figures are design goals; performance depends on network conditions and implementation maturity.