https://github.com/mgnfy-view/bearish-dot-fun
A rapid-cycle DeFi protocol enabling Bitcoin price direction predictions with stablecoin-backed positions and dynamic
https://github.com/mgnfy-view/bearish-dot-fun
anchor anchor-lang bitcoin defi prediction-markets rust solana stablecoin
Last synced: 3 days ago
JSON representation
A rapid-cycle DeFi protocol enabling Bitcoin price direction predictions with stablecoin-backed positions and dynamic
- Host: GitHub
- URL: https://github.com/mgnfy-view/bearish-dot-fun
- Owner: mgnfy-view
- License: mit
- Created: 2025-03-11T17:38:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T07:17:34.000Z (7 months ago)
- Last Synced: 2025-03-13T07:20:07.793Z (7 months ago)
- Topics: anchor, anchor-lang, bitcoin, defi, prediction-markets, rust, solana, stablecoin
- Language: Rust
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
bearish.fun
A rapid-cycle DeFi protocol enabling Bitcoin price direction predictions with stablecoin-backed positions and dynamic reward distribution
Report Bug
·
Request Feature
Table of Contents
## About The Project
A rapid-cycle DeFi protocol enabling Bitcoin price direction predictions with stablecoin-backed positions and dynamic reward distribution.
### Built With
- Rust
- Anchor
- Solana
- Yarn## Getting Started
### Prerequisites
Make sure you have yarn, git, rust, solana-cli, and anchor installed and configured on your system.
### Installation
Clone the repo,
```shell
git clone https://github.com/mgnfy-view/bearish-dot-fun.git
```cd into the repo, and install the necessary dependencies,
```shell
cd bearish-dot-fun
yarn install
anchor build
```Run tests by executing,
```shell
chmod +x ./run-tests.sh
./run-tests.sh
```That's it, you are good to go now!
## Roadmap
- [x] Solana program development
- [x] Unit tests
- [x] Write a good README.mdSee the [open issues](https://github.com/mgnfy-view/bearish-dot-fun/issues) for a full list of proposed features (and known issues).
## Contributing
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!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Reach Out
Here's a gateway to all my socials, don't forget to hit me up!
[][linktree-url]
[contributors-shield]: https://img.shields.io/github/contributors/mgnfy-view/bearish-dot-fun.svg?style=for-the-badge
[contributors-url]: https://github.com/mgnfy-view/bearish-dot-fun/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/mgnfy-view/bearish-dot-fun.svg?style=for-the-badge
[forks-url]: https://github.com/mgnfy-view/bearish-dot-fun/network/members
[stars-shield]: https://img.shields.io/github/stars/mgnfy-view/bearish-dot-fun.svg?style=for-the-badge
[stars-url]: https://github.com/mgnfy-view/bearish-dot-fun/stargazers
[issues-shield]: https://img.shields.io/github/issues/mgnfy-view/bearish-dot-fun.svg?style=for-the-badge
[issues-url]: https://github.com/mgnfy-view/bearish-dot-fun/issues
[license-shield]: https://img.shields.io/github/license/mgnfy-view/bearish-dot-fun.svg?style=for-the-badge
[license-url]: https://github.com/mgnfy-view/bearish-dot-fun/blob/master/LICENSE.txt
[linktree-url]: https://linktr.ee/mgnfy.view