bark-wallet crate gives you direct access to the core Bark wallet library.
Use this prompt to get started quickly.
Prerequisites
- Rust 1.77+ with Cargo
- Tokio async runtime (1.35+)
Getting started
Create a wallet
Generate a BIP39 mnemonic, configure the wallet to use the signet test network, and initialize it.
Back up the mnemonic securely. It is the only way to recover your wallet.
Get a receiving address
Next steps
API reference
Full Rust API documentation on docs.rs.
How Ark works
Learn about the protocol powering your wallet.