t1 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)
- 🦀 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 installWe ❤️ 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 commithelps 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
- 📚 Documentation
- 💬 Discord
t1 Monorepo is licensed under the MIT LICENSE.