-
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
bf0675c
commit 726e653
Showing
1 changed file
with
7 additions
and
7 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,7 +1,7 @@ | ||
RPC API push transaction Submit your code/software solution for pushing transactions with RPC API on Inery testnet blockchain. | ||
You will have to : | ||
Clone this git repository. | ||
Add your directory to Submit folder (Directory should be named as your blockchain account name) | ||
Inside your directory, you will add your software solution for task 4 | ||
You will create a merge request and we will validate your work. | ||
If you succeed we will accept your merge and you will complete task 4. | ||
# Inery testnet faucet tasks | ||
|
||
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. | ||
|
||
## Getting Started | ||
|
||
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. |