| Crates.io | web3toolkit |
| lib.rs | web3toolkit |
| version | 0.1.0 |
| created_at | 2023-02-05 17:47:18.894978+00 |
| updated_at | 2023-02-05 17:47:18.894978+00 |
| description | A toolkit for many blockchains. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 777285 |
| size | 176,813 |
set config info in a .env file:
cp .env.example .env
vim .env
build the library (cargo commands are encoded in the Makefile):
make build