Registry / crypto / crypto-currency

crypto-currency

JSON →
libraryrscratesunverified

Utilities for cryptocurrency operations, including address generation and transaction handling.

# Cargo.toml [dependencies] crypto-currency = "latest"
INSTALL
IMPORT
SIG · CRYPTO-CURRENCY
C
crypto-currency
cryptorust
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.

Address
use crypto_currency::Address;

Create a cryptocurrency address from a public key.

use crypto_currency::Address; let addr = Address::from_public_key(&[0x04; 64]);
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
crypto-currency — cargo add crypto-currency · libregistry