test-numbat-wasm

Crates.iotest-numbat-wasm
lib.rstest-numbat-wasm
version
sourcesrc
created_at2024-12-06 07:04:45.394078
updated_at2024-12-06 07:04:45.394078
descriptionNumbat WebAssembly smart contract API
homepagehttps://numbat.com/
repositoryhttps://github.com/Saisumanthv/test-sdk-v0.17.2.git
max_upload_size
id1473984
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Sai Sumanth Vadla (Saisumanthv)

documentation

https://docs.numbat.com/

README

test-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: 0

cargo fmt