web3research-etl
is a multichain-supported data ETL kit used on Web3Research Platform
✅: working perfect ❎: looking good but not work, temporarily 🚧: working in progress, coming soon
Chain | init |
sync |
check |
---|---|---|---|
Ethereum | ✅ | ✅ | ✅ |
Bitcoin | ✅ | ❎ | ❎ |
Tron | ✅ | ❎ | ❎ |
Arbitrum One | ✅ | ❎ | ❎ |
Arbitrum Nova | ✅ | ❎ | ❎ |
Polygon | ✅ | ❎ | ❎ |
BNB Smart Chain | 🚧 | 🚧 | 🚧 |
Solana | 🚧 | 🚧 | 🚧 |
Near | 🚧 | 🚧 | 🚧 |
The Open Network | 🚧 | 🚧 | 🚧 |
- Install the latest Rustlang
- Clone the repo
git clone https://github.com/njublockchain/web3research-etl && cd web3research-etl
- Build the executable
cargo build --release
- Run the executable
./target/release/web3research-etl -h
see commands in Makefile