https://github.com/hongthaipham/talent-olympics-prediction-merket-and-blink-for-memecoin
Using binary option models, create a prediction market for Solana meme coin prices. Users should be able to predict if a meme coin price will end higher or lower within a specified timeframe.
https://github.com/hongthaipham/talent-olympics-prediction-merket-and-blink-for-memecoin
superteam superteam-earn talent-olympics
Last synced: about 2 months ago
JSON representation
Using binary option models, create a prediction market for Solana meme coin prices. Users should be able to predict if a meme coin price will end higher or lower within a specified timeframe.
- Host: GitHub
- URL: https://github.com/hongthaipham/talent-olympics-prediction-merket-and-blink-for-memecoin
- Owner: HongThaiPham
- Created: 2024-07-14T12:49:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T15:15:02.000Z (11 months ago)
- Last Synced: 2025-02-20T04:37:01.842Z (3 months ago)
- Topics: superteam, superteam-earn, talent-olympics
- Language: TypeScript
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prediction Market & Blink for Memecoins
### SOLANA - The Talent Olympics
## Introduction
Using binary option models, create a prediction market for Solana meme coin prices. Users should be able to predict if a meme coin price will end higher or lower within a specified timeframe.
## Features
- Make a prediction for meme price
- Close prediction
- Check result with oracle## How to use
### Install the required dependencies:
- Rust
- Solana CLI
- Anchor### Clone the repository:
```bash
git clone [email protected]:HongThaiPham/talent-olympics-prediction-merket-and-blink-for-memecoin.gitcd talent-olympics-prediction-merket-and-blink-for-memecoin
```### Build the program:
```bash
anchor build
```### Run the tests:
```bash
anchor test
```Test case:
- [x] should create a new prediction market failt because predict in past
- [x] should create a new prediction market successfully
- [x] should close prediction market successfully
- [x] should check prediction result successfully### Deploy the program:
```bash
anchor deploy
```## Video demo
[](https://www.loom.com/share/e99fa56d52354a18b6a2db254a600ce8)