29 stable releases
| 1.19.0 | Jul 7, 2025 |
|---|---|
| 1.17.2 | Jun 23, 2025 |
| 1.0.1 | Jan 19, 2025 |
| 0.56.1 | Jun 23, 2025 |
| 0.1.7 |
|
#3 in #dharitri
148 downloads per month
Used in 10 crates
(9 directly)
1.5MB
40K
SLoC
Smart contract base crate
This is the main crate for building smart contracts for the Dharitri 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
~1.2–2MB
~40K SLoC