Registry / crypto / mugle-core

mugle-core

JSON →
library5.2.0-alpha.5rscratesunverified

Chain implementation for mugle, a private and scalable cryptocurrency based on Mimblewimble.

# Cargo.toml [dependencies] mugle_core = "5.2.0-alpha.5"
INSTALL
IMPORT
SIG · MUGLE-CORE
M
mugle-core
cryptorustv5.2.0-alpha.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Transaction
use mugle_core::core::Transaction;

Creates an empty Mimblewimble transaction.

use mugle_core::core::Transaction; let tx = Transaction::empty(); println!("Created empty transaction: {:?}", tx);
Debug
Known issues
gotchaRequires specific feature flags for full functionality (e.g., 'default' or 'pow').
fix
Add features = ["default"] to your Cargo.toml dependency.
affects: >=5.0.0
Upgrade
Version history
5.2.0-alpha.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
mugle-core — cargo add mugle-core · libregistry