Two minimal starter kits for building on Kaspa testnet-10 - one in Python, one in Rust. Each one takes you from an empty folder to a wallet, a live transaction, and a covenant in four short steps. They talk to the network through the public Resolver, so there's no node to run.
| Kit | Language | Start here |
|---|---|---|
🐍 kaspa-python-starter |
Python 3.10–3.13 | pip install -r requirements.txt |
🦀 kaspa-rust-starter |
Rust 1.91+ | cargo build |
Both kits walk the same four steps:
- Wallet: generate a keypair and a
kaspatest:address. - Connect: reach testnet-10 through the Resolver and read your balance.
- Send: build, sign, and broadcast a transaction.
- Covenant: lock funds in a pay-to-script-hash script, then spend them.
Each kit's README.md has the setup and run instructions.
- Network:
testnet-10; addresses start withkaspatest:. - Faucet: https://faucet-tn10.kaspanet.io/
- Explorer: https://tn10.kaspa.stream/
- Units: amounts are in sompi, where 1 KAS = 100,000,000 sompi.
- Docs: https://docs.kaspa.org
Testnet only. Use throwaway keys and never commit a funded
.env.