Registry / crypto / near-vm-logic

near-vm-logic

JSON →
library3.0.0rscratesunverified

Implements the specification of the interface that Near blockchain exposes to smart contracts.

# Cargo.toml [dependencies] near-vm-logic = "3.0.0"
INSTALL
IMPORT
SIG · NEAR-VM-LOGIC
N
near-vm-logic
cryptorustv3.0.0
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.

VMContext
use near_vm_logic::VMContext;

Creates a default VMContext for Near smart contract execution.

use near_vm_logic::VMContext; fn main() { let context = VMContext::default(); println!("VMContext created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
near-vm-logic — cargo add near-vm-logic · libregistry