Skip to content

carlssonk/kaspa-starter-kits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaspa Starter Kits

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:

  1. Wallet: generate a keypair and a kaspatest: address.
  2. Connect: reach testnet-10 through the Resolver and read your balance.
  3. Send: build, sign, and broadcast a transaction.
  4. Covenant: lock funds in a pay-to-script-hash script, then spend them.

Each kit's README.md has the setup and run instructions.

Reference

Testnet only. Use throwaway keys and never commit a funded .env.

License

ISC

About

Minimal Python & Rust starter kits for building on Kaspa

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors