dharitri-sc

Crates.iodharitri-sc
lib.rsdharitri-sc
version
sourcesrc
created_at2023-10-17 07:57:10.097663
updated_at2025-01-19 20:25:57.108719
descriptionDharitri smart contract API
homepagehttps://dharitri.org/
repositoryhttps://github.com/TerraDharitri/drt-rs-sdk
max_upload_size
id1005612
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(mangonui)

documentation

https://docs.dharitri.org/

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: 28

cargo fmt