1 unstable release

0.43.3 Sep 14, 2023

#12 in #dharithri

Download history 2/week @ 2023-12-20 1/week @ 2024-01-10 1/week @ 2024-01-17 2/week @ 2024-02-07 17/week @ 2024-02-14 21/week @ 2024-02-21 22/week @ 2024-02-28 14/week @ 2024-03-06 20/week @ 2024-03-13 23/week @ 2024-03-20 42/week @ 2024-03-27 35/week @ 2024-04-03

124 downloads per month
Used in 7 crates (6 directly)

GPL-3.0-only

1MB
26K SLoC

Smart contract base crate

crates.io

This is the main crate for building smart contracts for the dharithri 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

~3.5MB
~67K SLoC