0.1.0 |
|
---|
#16 in #batching
31KB
265 lines
📚 web3-toolkit-rs
this package contains an ongoing library and set of rust scripts for the blockchains.
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
solana-toolkit
- connect to solana through http, websockets, or batching
- retrieve solana wallets or account information
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
Dependencies
~25–41MB
~686K SLoC