1 unstable release

0.43.3 Mar 29, 2024

#10 in #klever

Download history 177/week @ 2024-03-27 22/week @ 2024-04-03

199 downloads per month
Used in 4 crates

GPL-3.0-only

1MB
25K SLoC

Smart contract base crate

crates.io

This is the main crate for building smart contracts for the Klever blockchain.

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.

Using a heap allocator is possible but discouraged. Use the "alloc" feature if you need it.

Dependencies

~2MB
~46K SLoC