-
Notifications
You must be signed in to change notification settings - Fork 524
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
cebd475
commit 718e1c9
Showing
1 changed file
with
20 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Milestone Delivery :mailbox: | ||
|
||
**The delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).** | ||
|
||
* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/ssal-commods-dex.md | ||
* **Milestone Number:** 1 | ||
|
||
**Deliverables** | ||
|
||
| Number | Deliverable | Link | Notes | | ||
| ------------- | ------------- | ------------- |------------- | | ||
| **0a.** | License | https://github.com/MatteoPerona/ssal_commods/blob/main/LICENSE | GPLv3 | | ||
| **0b.** | Documentation | https://github.com/MatteoPerona/ssal_commods/blob/main/README.md | The article also has documentation. | | ||
| **0c.**| Testing and Testing Guide | https://github.com/MatteoPerona/ssal_commods/blob/main/README.md | The code has necessary unit and end-to-end tests. Testing is covered in the README. | | ||
| **0e.** | Article | https://medium.com/@matteo-perona/ssal-smart-contract-commodities-4d6f1b7f728b | This article covers both the reasons for writing this smart contract and its architecture. | | ||
| 1. | Smart Contracts | https://github.com/MatteoPerona/ssal_commods/blob/main/lib.rs | This was the main deliverable. | | ||
| 2. | Frontend | https://github.com/MatteoPerona/ssal-demo-frontend | Bare bones front end. Spent 95% of time writing and testing smart contracts. | | ||
|
||
<!-- | **0d.** | Docker | ... | ... | --> | ||
|