Skip to content

Commit

Permalink
init: price feed bot
Browse files Browse the repository at this point in the history
  • Loading branch information
megabyte0x committed Mar 5, 2024
1 parent c11da35 commit 3337703
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions price-feed-bot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Price Feed Bot for Chatroom

## Task

Create a bot for chatroom which will provide the price feed for a token(s) when asked by the users.

## Evaluation
The bot will be evaluated based the live working demo and the codebase. Submit a PR [here](https://github.com/0rbit-co/quest) with the Name=`price-feed-bot-${username}` and with codebase and demo link in the description.

## Hints

- Use CoinGecko free price API
- Learn how to fetch the data through 0rbit here: https://docs.0rbit.co/examples/basic-get-request

## Points
- 200 OP (0rbit Points) will be awarded to PR after the successful evaluation.
- The address of the 0rbit Point is ``
- You can check your OP balance by using the following commands in your terminal:
- Start `aos`
```bash
aos
```
-

0 comments on commit 3337703

Please sign in to comment.