📚 web3-toolkit-rs
this package contains an ongoing library and set of rust scripts for the blockchains.
ethereum-toolkit
arbitrum-toolkit
avalanche-toolkit
near-toolkit
optimism-toolkit
polygon-toolkit
solana-toolkit
setting up
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
running