Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1018 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 1018 Bytes

Web3Research-ETL

web3research-etl is a multichain-supported data ETL kit used on Web3Research Platform

Supported Chains

✅: 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

  1. Install the latest Rustlang
  2. Clone the repo git clone https://github.com/njublockchain/web3research-etl && cd web3research-etl
  3. Build the executable cargo build --release
  4. Run the executable ./target/release/web3research-etl -h

Examples

see commands in Makefile