dhatu 0.2.2

dhatu core libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# **Dhatu Core Libraries**


this libs aims to ease web3 development by providing a set of tools and utilities to interact with substrate based blockchain.
currently only tested with [mandala](https://mandalachain.io/) chain.

for now, please refer to the [api documentation](https://docs.rs/dhatu/latest/dhatu/) for more details.

# Usage


```bash
cargo add dhatu
```

# License


all the codes inside this repository are licensed under [Apache-2.0 license.](https://www.apache.org/licenses/LICENSE-2.0)