Skip to content

Commit

Permalink
Milestone #2 and w3f#3 minor changes (w3f#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
herou authored Oct 13, 2022
1 parent b4142b2 commit 109bca2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions applications/escrow_pallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,9 @@ We would like to add this pallet to the Subtrate recipes repo.
| 0a. | License | Apache 2.0 |
| 0b. | Documentation | We will provide both **inline documentation** of the code and a basic **tutorial** that explains how a user can send funds to the contributor/receiver. |
| 0c. | Testing Guide | Core functions will be fully covered by unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. |
| 0d. | Docker | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. |
| 0e. | Article | We will publish an **article** that explains how an Escrow contract can be created and how can it be used.
| 0f. | Benchmarking | Benchmarking will be provided for send_funds.
| 1. | Substrate module: send_funds | We will create a Substrate module that will send funds to to the contributor/receiver |
| 0d. | Article | We will publish an **article** that explains how an Escrow contract can be created and how can it be used.
| 0e. | Benchmarking | Benchmarking will be provided for send_funds.
| 0f. | Substrate module: send_funds | We will create a Substrate module that will send funds to to the contributor/receiver |

### Milestone 3 — Implement Withdraw funds functionality

Expand All @@ -140,10 +139,9 @@ We would like to add this pallet to the Subtrate recipes repo.
| 0a. | License | Apache 2.0 |
| 0b. | Documentation | We will provide both **inline documentation** of the code and a basic **tutorial** that explains how the funds holders withdraw. |
| 0c. | Testing Guide | Core functions will be fully covered by unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. |
| 0d. | Docker | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. |
| 0e. | Article | We will publish an **article** that explains how an Escrow contract can be created and how can it be used.
| 0f. | Benchmarking | Benchmarking will be provided for withdraw_funds.
| 1. | Substrate module: withdraw_funds | We will create a Substrate module that will withdraw the funds if nothing was delivered. |
| 0d. | Article | We will publish an **article** that explains how an Escrow contract can be created and how can it be used.
| 0e. | Benchmarking | Benchmarking will be provided for withdraw_funds.
| 0f. | Substrate module: withdraw_funds | We will create a Substrate module that will withdraw the funds if nothing was delivered. |


## Future Plans
Expand Down

0 comments on commit 109bca2

Please sign in to comment.