numbat-wasm

Crates.ionumbat-wasm
lib.rsnumbat-wasm
version0.0.0
sourcesrc
created_at2024-05-09 10:52:58.101364
updated_at2024-05-09 10:52:58.101364
descriptionNumbat WebAssembly smart contract API
homepagehttps://numbat.com/
repositoryhttps://github.com/numbatx/rn-sdk
max_upload_size
id1235013
size82,576
(Battula-anil-app-could)

documentation

https://docs.numbat.com/

README

numbat-wasm

This is the main crate for building smart contracts on Numbat's Andes VM in Rust.

It contains the interface that the smart contract sees and can use. No implementation details are available from this crate alone.

no-std

The crate supports both std and no-std builds. Building for the blockchain is done with no-std, while for debugging std is used.

Commit count: 2

cargo fmt