ππ· is a rollup that introduces real-time proofs to unify Ethereum and the rollup ecosystem.
This monorepo encompasses essential infrastructure components of the ππ· protocol, including Solidity contracts, rollup node in Rust, and comprehensive end-to-end tests.
- π§βπ» contracts: Solidity contracts (L1/L2 bridges, rollup & pre-deployed contracts)
- π tutorial: Step-by-step guide for building on ππ·
- π¦ reth: Rust-based ππ· extension for reth
- π§ͺ e2e: End-to-end testing suite for protocol validation
- Bun (recommended package manager)
- Foundry (our favorite smart contract toolkit)
- Docker (containerization)
git clone https://github.com/t1protocol/t1.git
cd t1
bun install
Get started with building on ππ· by following our developer tutorial. This guide covers:
- Why build on ππ·
- Getting funds on the network
- Cross-chain arbitrary message passing
- Implementing ERC-7683 for cross-chain applications
Follow the step-by-step instructions to deploy your first cross-chain application on ππ·.
We β€οΈ open-source developers! Here's how you can help:
- Fork the repository.
- Create your branch (
git checkout -b feat/amazing-feature
). - Commit using our conventional commit guidelines (
bun commit
helps you format). - Open a Pull Request π
π See contributing guidelines for details.
If you find a bug or have a feature request, please open an issue.
- π Website
- π¦ Twitter
- π Documentation
- π¬ Discord
ππ· Monorepo is licensed under the MIT LICENSE.