Registry / crypto / safecoin-runtime

safecoin-runtime

JSON →
library1.14.17rscratesunverified

Safecoin runtime for executing transactions and managing state in the Safecoin blockchain.

# Cargo.toml [dependencies] safecoin-runtime = "1.14.17"
INSTALL
IMPORT
SIG · SAFECOIN-RUNTIME
S
safecoin-runtime
cryptorustv1.14.17
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.

Runtime
use safecoin_runtime::Runtime;

Initializes the Safecoin runtime for blockchain operations.

use safecoin_runtime::Runtime; fn main() { let runtime = Runtime::new(); println!("Safecoin runtime initialized"); }
Debug
Known issues
gotchaRequires specific feature flags for full functionality
fix
Enable features like 'full' or 'native' in Cargo.toml
affects: >=1.0.0
Upgrade
Version history
1.14.17latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
Resources
safecoin-runtime — cargo add safecoin-runtime · libregistry