Taiyi (太一) is Luban’s solution to underwrite Ethereum L1 blockspace. To learn more about Taiyi refer our docs here.
Please refer node operator guide in our docs.
Please refer technical docs(TBA).
Prerequisites:
- The Minimum Supported Rust Version (MSRV) of this project is 1.85.0.
- Docker engine installed and running
- Foundry
- Kurtosis
- succinct
We've a suite of e2e-tests which can be run by
First, clone the repository:
git clone https://github.com/lu-bann/taiyi
cd taiyi
Next, run the e2e tests:
make e2e
Stopping and cleaning the devnet resources:
make e2e-clean
If you want to contribute our contributor guidelines can be found in CONTRIBUTING.md
.