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
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.