Crate nesdie

Source
Expand description

nesdie is an experimental no_std SDK for NEAR Protocol which optimizes for small compiled WASM code size.

This SDK is setup like a domain-specific language and configures all low level boilerplate of the contract by default.

Re-exports§

pub use near_sys as sys;

Modules§

env
Higher level environment functions which act as a safe wrapper around sys.
mock
Mock utilities used for testing and overriding the syscall interface for contracts.

Macros§

testing_env
Initializes a testing environment to mock interactions which would otherwise go through a validator node. This macro will initialize or overwrite the MockedBlockchain instance for interactions from a smart contract.

Type Aliases§

AccountId
Account identifier
Balance
Token denomination type.
Gas
Gas units which are used for computation and storage within the runtime.