| Crates.io | qudag-exchange |
| lib.rs | qudag-exchange |
| version | 0.2.0 |
| created_at | 2025-06-23 20:56:00.369757+00 |
| updated_at | 2025-06-23 20:56:00.369757+00 |
| description | QuDAG Exchange: Quantum-resistant token exchange with rUv (Resource Utilization Voucher) system |
| homepage | |
| repository | https://github.com/ruvnet/QuDAG |
| max_upload_size | |
| id | 1723439 |
| size | 4,308,090 |
QuDAG Exchange is a modular, quantum-secure, multi-agent resource exchange protocol that enables trustless computational resource trading through rUv (Resource Utilization Voucher) tokens.
# Clone the repository
git clone https://github.com/qudag/qudag-exchange
cd qudag-exchange
# Build the project
cargo build --release
# Install CLI globally
cargo install --path qudag-exchange-cli
# For WASM support
wasm-pack build --target web --out-dir pkg
# Create a new account
qudag-exchange-cli create-account --name alice
# Check balance
qudag-exchange-cli balance --account alice
# Transfer rUv tokens
qudag-exchange-cli transfer --from alice --to bob --amount 100
# Start a node
qudag-exchange-cli node start --port 8080
# Query network status
qudag-exchange-cli network status
See CONTRIBUTING.md for development guidelines.
Apache 2.0 - See LICENSE for details.