w3kit-0.1.2 is not a library.
🕹 w3kit: a web3 toolkit in rust
tl;dr
- 🛠this package contains an ongoing library and set of scripts for several blockchains.
- 💡 for a rusty boilerplate for running stat searchers, check coingator.
installing as a package
cargo install w3kit
building for development
to build the library from this GitHub repository you can run:
make build
note that all cargo commands that are relevant for this work are encoded in the Makefile
.