https://github.com/antoncoding/uncensored-fe
Frontend Tool to use uncensored SDK for L2 transactions
https://github.com/antoncoding/uncensored-fe
censorship-resistant l2 rollup
Last synced: 10 days ago
JSON representation
Frontend Tool to use uncensored SDK for L2 transactions
- Host: GitHub
- URL: https://github.com/antoncoding/uncensored-fe
- Owner: antoncoding
- Created: 2024-09-22T11:38:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T06:03:06.000Z (about 1 year ago)
- Last Synced: 2025-05-01T14:49:31.020Z (10 months ago)
- Topics: censorship-resistant, l2, rollup
- Language: TypeScript
- Homepage: https://www.rollupfortress.xyz
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rollup Fortress
[www.rollupfortress.xyz](https://www.rollupfortress.xyz) | [testnet.rollupfortress.xyz](https://testnet.rollupfortress.xyz)
Rollup Fortress is a platform that enables users to interact with L2 networks in a censorship-resistant way. It leverages the [Uncensored SDK](https://github.com/rollup-fortress/uncensored) to allow force inclusion of transactions through L1 when L2 sequencers attempt to censor transactions.
## Overview
This platform serves as a demo of the the Uncensored SDK. It currently supports OP Stack super chains and allows users to:
- Add custom L2 chains (currently supporting OP Stack super chains)
- Send force inclusion transactions through L1, with L2 calldata
- Monitor and track force inclusion transaction status
We're working on integrating other apps to the platform, such as DeFi applications, bridges, and more.
## Force Inclusion
For detailed technical information about how force inclusion works, and the scope of the project, visit our [Documentation](https://rollup-fortress.github.io/uncensored-book).
## Getting Started
### Development Mode
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) to view the application.
### Production Build
```bash
npm run build
# or
yarn build
```
### Production Server
```bash
npm run start
# or
yarn start
```
## Resources
- [Uncensored SDK Documentation](https://rollup-fortress.github.io/uncensored-book/)
- [SDK Repository](https://github.com/rollup-fortress/uncensored)
## Contributing
We welcome contributions! Whether it's adding support for new L2 networks, improving the UI, or enhancing documentation, please feel free to submit pull requests or open issues.
## License
This project is licensed under the MIT License - see the LICENSE file for details.