#smart-contracts #blockchain #testnumbat #wasm #contract

nightly no-std testnumbat-wasm

Testnumbat WebAssembly smart contract API

2 releases

0.0.2 Dec 10, 2024
0.0.1 Dec 10, 2024

#828 in Magic Beans

Download history 302/week @ 2024-12-09

302 downloads per month
Used in 3 crates (2 directly)

GPL-3.0-only

575KB
16K SLoC

testnumbat-wasm

This is the main crate for building smart contracts on Testnumbat'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.

Dependencies

~3MB
~56K SLoC