Bubble is the #1 gamified and ecosystem-focused native DEX built on Monad
Report Bug
ยท
Request Feature
Table of Contents
Welcome to Bubble, the #1 gamified and ecosystem-focused native DEX built on Monad. Bubble is the ultimate liquidity hub catering to the interests of both degens and mature traders alike with features such as MEV shield, gas sponsored swaps, raffle, launchpads, farms and more.
This repository houses the core and auxiliary smart contracts for Bubble v1. For those seeking non-technical, in-depth documentation, we have prepared a comprehensive guide available on GitBook. This resource is tailored to provide a thorough understanding of Bubble, its features, and how to get started, making it an invaluable asset for both newcomers and experienced users alike.
Join us in shaping the future of decentralized finance on Monad by contributing to Bubble. Whether you're a developer looking to build on our platform, a degen trader seeking a new exchange, or simply curious about the project, we welcome you to explore and engage with our community.
- Solidity
- Foundry
- Pnpm
Make sure you have git, rust, foundry, node.js, and pnpm installed and configured on your system.
Clone the repo,
git clone https://github.com/Bubble-Finance/bubble-v1-protocol.git
cd into the repo, and install the necessary dependencies
cd bubble-v1-protocol
pnpm i
forge build
Run tests by executing
forge test
That's it, you are good to go now!
- Smart contract development
- Unit tests
- Write a good README.md
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.