forked from 0rbit-co/quest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c11da35
commit 3337703
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||
- | ||
|