w3kit-0.1.1 has been yanked.
🕹 w3kit: a web3 toolkit in rust
tl;dr
- 🛠this package contains an ongoing library and set of rust scripts for the blockchains.
- 💡 for a rusty boilerplate for running stat searchers, check coingator.
overview
install and setup
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
features
ethereum-toolkit
- connect to ethereum through http, websockets, or batching
- retrieve ethereum wallets or account information
arbitrum-toolkit
- connect to arbitrum through http, websockets, or batching
- retrieve arbitrum wallets or account information
avalanche-toolkit
- connect to avalanche through http, websockets, or batching
- retrieve avalanche wallets or account information
near-toolkit
optimism-toolkit
- connect to optimism through http, websockets, or batching
- retrieve optimism wallets or account information
polygon-toolkit
- connect to polygon through http, websockets, or batching
- retrieve polygon wallets or account information