From 3758086ae2c4acd0a187fa2f54e72c2d2e364bfc Mon Sep 17 00:00:00 2001 From: Inery-Admin <103190938+Inery-Admin@users.noreply.github.com> Date: Wed, 28 Dec 2022 16:11:21 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 68c727b97..e1ce9c483 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,7 @@ -# Inery testnet faucet task 5 +# Inery testnet faucet tasks -## Create Decentralized Application on Inery Blockchain +This is the base branch for tasks related to the Inery faucet. For each task that requires revision using GitHub, we will create a new branch named with the number of that task, such as 'task4', 'task5', etc. - 1. Clone the Git repository for the project. - 2. Add a new directory using your blockchain account name as the directory name. - 3. Inside the new folder, put your solution for task 5, which should be a full stack web, desktop, or mobile application using IneryDB as the database. - 4. Create a merge request to submit your work for review. - 5. If your solution is valid it will be accepted and you will complete task 5. +## Getting Started -It's important to carefully follow the instructions provided and make sure that your solution meets the requirements for the task. Be sure to thoroughly test your code to ensure that it is working correctly before submitting it for review. +To verify the quality of your code, you will need to clone the specific branch of the project and submit the required changes for that task. After making the necessary changes, you can create a pull request to submit your work for review. If the work is satisfactory, it will be approved. If there are any issues with the work, it may be labeled with specific comments indicating what needs to be improved or modified. It is important to carefully review and address any feedback provided in order to improve the quality of your work.