├── README.md ├── better-idea.md ├── news-feed-bot.md ├── price-feed-bot.md └── quest.md /README.md: -------------------------------------------------------------------------------- 1 | # 0rbit Quests 2 | 3 | > Note: Before picking up the quest please get yourself familiar with https://cookbook_ao.arweave.dev/welcome/index.html and then Join `Quest` channel and pick up the quest and submit using the command mentioned in the Url. 4 | 5 | - #1 6 | 7 | Name: Price Feed Bot 8 | 9 | Description: Create a process that will provide the price feed for a token(s) when the users ask. The bot will be evaluated based on the live demo and the codebase. 10 | Submit a PR here: https://github.com/0rbit-co/quest with the Name=`price-feed-bot-${username}` and with the codebase and demo link in the description. 11 | 12 | Points: 200 $0RBT Points will be awarded to PR after the successful evaluation. Check the below URL for more info. 13 | 14 | Url: To gather more information about this quest, visit https://github.com/0rbit-co/quest/blob/main/price-feed-bot.md 15 | 16 | - #2 17 | 18 | Name: News Feed Bot 19 | 20 | Description: Create a News Feed Bot that will provide the latest news and updates every 4 hours. The bot will be evaluated based on the live demo and the codebase. 21 | Submit a PR here: https://github.com/0rbit-co/quest with the Name=`news-feed-bot-${username}` and with the codebase and demo link in the description. 22 | 23 | Points: 300 $0RBT Points will be awarded to PR after the successful evaluation. Check the below URL for more info. 24 | 25 | Url: To gather more information about this quest, visit https://github.com/0rbit-co/quest/blob/main/news-feed-bot.md 26 | 27 | 28 | -------------------------------------------------------------------------------- /better-idea.md: -------------------------------------------------------------------------------- 1 | # Better-Idea x 0rbit 2 | 3 | ### Name => AO Process with BetterIDEa 4 | 5 | ## Task 6 | 7 | ##### Create an ao process using BetterIdea (with functionality) 8 | 9 | ## Evaluation 10 | 11 | - The first 100 wallets who create an ao process on BetterIDEa using 0rbit will be awarded 50 0rbit tokens (50.000 Orbit Points) each after the successful evaluation. 12 | 13 | ## Requirements 14 | 15 | - Use BetterIDEa env https://betteridea.dev/ 16 | 17 | ## Submission 18 | 19 | - Make sure to connect to BetterIDEa with the wallet you want your 0P in. 20 | 21 | ## Points 22 | 23 | - It will take a little time for the points to be credited after youre done. 24 | - Check our wallet balance in 24 hours. 25 | - If its still not visible ping us in https://discord.gg/nm6VKUQBrA 26 | -------------------------------------------------------------------------------- /news-feed-bot.md: -------------------------------------------------------------------------------- 1 | # News Feed Bot 2 | 3 | ### Name => News-Bot 4 | 5 | ## Task 6 | A Cron-bot that will post the latest news every 4 hours. 7 | 8 | ## Requirements 9 | - Must use 0rbit's `ao` process to fetch the data from the API. 10 | 11 | ## Evaluation 12 | The bot will be evaluated based on the live demo and the codebase. Submit a PR [here](https://github.com/0rbit-co/quest) with the Name=`news-feed-bot-${username}` and with the codebase and demo link in the description. 13 | 14 | 15 | ## Submission 16 | - ```bash 17 | aos> Send({Target= "O3SXXYqQCNTbBedJjsW6wkPnrKFZq8DPLkKjO7zhztE", Action = "Claim", Quest = "News-Bot", User = }) 18 | ``` 19 | 20 | ## Hints 21 | - Learn how to fetch the data through 0rbit here: https://docs.0rbit.co/examples/basic-get-request 22 | 23 | ## Points 24 | > Note: It will take a little time after we recieve your request. Once you get the message for Credit-Notice run following to check balance. 25 | - After the successful evaluation, 300000 OP (0rbit Points) will be awarded to PR. 26 | - The address of the 0rbit Point is `BUhZLMwQ6yZHguLtJYA5lLUa9LQzLXMXRfaq9FVcPJc` 27 | - You can check your OP balance by using the following commands in your terminal: 28 | - Start `aos` 29 | ```bash 30 | aos> Send({Target= "BUhZLMwQ6yZHguLtJYA5lLUa9LQzLXMXRfaq9FVcPJc", Action = "Balance"}) 31 | ``` 32 | - 33 | 34 | 35 | -------------------------------------------------------------------------------- /price-feed-bot.md: -------------------------------------------------------------------------------- 1 | # Price Feed Bot for Chatroom 2 | 3 | ### Name => Price-Bot 4 | 5 | ## Task 6 | 7 | Create a Price Feed Process to fetch the prices of different tokens using 0rbit `Get` Request. 8 | 9 | ## Requirements 10 | - Must use 0rbit's `ao` process to fetch the data from the API. 11 | 12 | ## Evaluation 13 | The bot will be evaluated based on the live demo and the codebase. Submit a PR [here](https://github.com/0rbit-co/quest) with the Name=`price-feed-bot-${username}` and with the codebase and demo link in the description. 14 | 15 | ## Hints 16 | 17 | - Use CoinGecko free price API 18 | - Check out the tutorial to build a price feed process using 0rbit: https://staging-docs.0rbit.co/learn-by-building/price-feed 19 | 20 | ## Submission 21 | - ```bash 22 | aos> Send({Target= "O3SXXYqQCNTbBedJjsW6wkPnrKFZq8DPLkKjO7zhztE", Action = "Claim", Quest = "Price-Bot", User = }) 23 | ``` 24 | ## Points 25 | > Note: It will take a little time after we recieve your request. Once you get the message for Credit-Notice run following to check balance. 26 | - 200000 OP (0rbit Points) will be awarded to PR after the successful evaluation. 27 | - The address of the 0rbit Point is `BUhZLMwQ6yZHguLtJYA5lLUa9LQzLXMXRfaq9FVcPJc` 28 | - You can check your OP balance by using the following commands in your terminal: 29 | - Start `aos` 30 | ```bash 31 | aos> Send({Target= "BUhZLMwQ6yZHguLtJYA5lLUa9LQzLXMXRfaq9FVcPJc", Action = "Balance"}) 32 | ``` 33 | 34 | -------------------------------------------------------------------------------- /quest.md: -------------------------------------------------------------------------------- 1 | # 0rbit Quests 2 | 3 | > Note: Before picking up the quest please get yourself familiar with https://cookbook_ao.arweave.dev/welcome/index.html and then Join `Quest` channel and pick up the quest and submit using the command mentioned in the Url. 4 | 5 | - #1 6 | 7 | Name: Price Feed Bot 8 | 9 | Description: Create a process that will provide the price feed for a token(s) when the users ask. The bot will be evaluated based on the live demo and the codebase. 10 | Submit a PR here: https://github.com/0rbit-co/quest with the Name=`price-feed-bot-${username}` and with the codebase and demo link in the description. 11 | 12 | Points: 200 $0RBT Points will be awarded to PR after the successful evaluation. Check the below URL for more info. 13 | 14 | Url: To gather more information about this quest, visit https://github.com/0rbit-co/quest/blob/main/price-feed-bot.md 15 | 16 | - #2 17 | 18 | Name: News Feed Bot 19 | 20 | Description: Create a News Feed Bot that will provide the latest news and updates every 4 hours. The bot will be evaluated based on the live demo and the codebase. 21 | Submit a PR here: https://github.com/0rbit-co/quest with the Name=`news-feed-bot-${username}` and with the codebase and demo link in the description. 22 | 23 | Points: 300 $0RBT Points will be awarded to PR after the successful evaluation. Check the below URL for more info. 24 | 25 | Url: To gather more information about this quest, visit https://github.com/0rbit-co/quest/blob/main/news-feed-bot.md 26 | 27 | 28 | --------------------------------------------------------------------------------