Skip to content

Commit

Permalink
Update price-feed-bot.md
Browse files Browse the repository at this point in the history
  • Loading branch information
megabyte0x authored May 7, 2024
1 parent 1e761e9 commit c96c56d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions price-feed-bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Task

Create a bot for the chatroom that will provide the price feed for a token(s) when asked by the users.
Create a Price Feed Process to fetch the prices of different tokens using 0rbit `Get` Request.

## Requirements
- Must use 0rbit's `ao` process to fetch the data from the API.
Expand All @@ -15,7 +15,7 @@ The bot will be evaluated based on the live demo and the codebase. Submit a PR [
## Hints

- Use CoinGecko free price API
- Learn how to fetch the data through 0rbit here: https://docs.0rbit.co/examples/basic-get-request
- Check out the tutorial to build a price feed process using 0rbit: https://staging-docs.0rbit.co/learn-by-building/price-feed

## Submission
- ```bash
Expand All @@ -30,5 +30,4 @@ The bot will be evaluated based on the live demo and the codebase. Submit a PR [
```bash
aos> Send({Target= "BUhZLMwQ6yZHguLtJYA5lLUa9LQzLXMXRfaq9FVcPJc", Action = "Balance"})
```
-

0 comments on commit c96c56d

Please sign in to comment.