Skip to content

The core walletd library that encapsulates all Rust-based functionality the WalletD framework will offer

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

walletd/walletd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

WalletD 🌐⚡

The Ultimate Multi-Chain Wallet SDK

One SDK. Six Blockchains. Infinite Possibilities.

Build the future of Web3 with the most comprehensive multi-chain wallet framework ever created. From Bitcoin's Lightning Network to Ethereum's smart contracts, from Solana's speed to Monero's privacy - WalletD makes it effortless.

Rust License: MIT/Apache-2.0 Build Status

🎯 Perfect for: DeFi protocols • Cross-chain apps • Wallet integrations • Blockchain research • Enterprise solutions

⚡ Why WalletD is Amazing

🚀 Developer Experience

  • 5-minute setup - Get running instantly
  • Type-safe APIs - Rust's compile-time guarantees
  • Unified interface - Same patterns across all chains
  • Rich examples - Copy-paste ready code
  • Best practices - Security and performance built-in

🌍 Cross-Chain Power

  • Atomic swaps - Seamless value transfer
  • Chain abstraction - Write once, run everywhere
  • Real bridges - Production-ready integrations
  • Live testnets - Instant funding and testing
  • Enterprise ready - Battle-tested architecture

🌈 What Makes WalletD Special?

🎯 For Beginners

# Literally this simple:
cargo run --bin walletd-icp-cli
# Select: 1) Testnet Mode
# Select: 4) Hedera  
# Select: 1) Create Account
# 🎉 1000 HBAR instantly!

👨‍💻 For Developers

use walletd_bitcoin::prelude::*;

let wallet = BitcoinWallet::builder()
    .mnemonic(mnemonic)
    .network_type(Network::Testnet)
    .build()?;

println!("Address: {}", wallet.receive_address()?);

Live Demo Features

  • 🧪 Testnet integration with faucet access for all supported chains
  • 🔄 Real cross-chain swaps using live testnet bridges
  • 🎮 Interactive CLI with guided workflows
  • 🔒 Safe testnet environment - experiment fearlessly!

📄 License

Dual-licensed for maximum compatibility:


Built with ❤️ by the WalletD team

One SDK. Six blockchains. Infinite possibilities. 🌐⚡

About

The core walletd library that encapsulates all Rust-based functionality the WalletD framework will offer

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages