drt-sc

Crates.iodrt-sc
lib.rsdrt-sc
version0.0.3
sourcesrc
created_at2024-08-27 11:27:48.780549
updated_at2024-09-02 02:04:22.175653
descriptionDharitri smart contract API
homepagehttps://dharitri.com/
repositoryhttps://github.com/DharitriOne/drt-sdk-rs
max_upload_size
id1353190
size1,671,556
xfactor@rust (xfactor-toml)

documentation

https://docs.dharitri.com/

README

Smart contract base crate

crates.io

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.

Commit count: 0

cargo fmt