Registry / crypto / dharithri-sc

dharithri-sc

JSON →
library0.43.3rscratesunverified

Dharithri smart contract API for building smart contracts on the Dharithri blockchain.

# Cargo.toml [dependencies] dharithri-sc = "0.43.3"
INSTALL
IMPORT
SIG · DHARITHRI-SC
D
dharithri-sc
cryptorustv0.43.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ContractBase
use dharithri_sc::contract_base::ContractBase;

Creates a new smart contract base using Dharithri SC API.

use dharithri_sc::contract_base::ContractBase; fn main() { let contract = ContractBase::new(); println!("Smart contract created"); }
Debug
Known issues
gotchaRequires specific Dharithri blockchain environment and toolchain.
fix
Ensure you have the Dharithri SDK and appropriate network setup.
affects: >=0.43.0
Upgrade
Version history
0.43.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
dharithri-sc — cargo add dharithri-sc · libregistry