Registry / crypto / stack-test-epic-store

stack-test-epic-store

JSON →
library3.0.3rscratesunverified

Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format.

# Cargo.toml [dependencies] stack_test_epic_store = "3.0.3"
INSTALL
IMPORT
SIG · STACK-TEST-EPIC-ST
S
stack-test-epic-store
cryptorustv3.0.3
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 epic::core::transaction::Transaction;

Create a default transaction in the Epic cryptocurrency implementation.

use epic::core::transaction::Transaction; fn main() { let tx = Transaction::default(); println!("{:?}", tx); }
Debug
Known issues
gotchaRequires specific feature flags for full functionality.
fix
Enable features like 'default' or 'full' in Cargo.toml.
affects: >=3.0.0
Upgrade
Version history
3.0.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
stack-test-epic-store — cargo add stack-test-epic-store · libregistry