klever-sc

Crates.ioklever-sc
lib.rsklever-sc
version0.43.3
sourcesrc
created_at2024-03-29 00:34:06.574175
updated_at2024-03-29 00:34:06.574175
descriptionKlever smart contract API
homepagehttps://klever.io/
repositoryhttps://github.com/klever-io/klever-vm-sdk-rs
max_upload_size
id1189541
size776,464
Fernando Sobreira (fbsobreira)

documentation

https://docs.klever.finance/

README

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.

Commit count: 6656

cargo fmt