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

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

Macros

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 Definitions

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