-
Notifications
You must be signed in to change notification settings - Fork 623
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
2684fe6
commit 3758086
Showing
1 changed file
with
4 additions
and
8 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 |
---|---|---|
@@ -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. |