dharithri-sc

Crates.iodharithri-sc
lib.rsdharithri-sc
version0.43.3
sourcesrc
created_at2023-09-14 05:38:05.136414
updated_at2023-09-14 05:38:05.136414
descriptiondharithri smart contract API
homepagehttps://dharithri.com/
repositoryhttps://github.com/dharithri/mx-sdk-rs
max_upload_size
id972285
size816,379
(Battula-anil-app-could)

documentation

https://docs.dharithri.com/

README

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.

Commit count: 0

cargo fmt