#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

#5 in #testnumbat

Download history 177/week @ 2024-12-04 127/week @ 2024-12-11 3/week @ 2024-12-18

307 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
~58K SLoC