Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ssal Deliverables #1109

Merged
merged 2 commits into from
Mar 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions deliveries/ssal-1.md
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 | ... | ... | -->

Loading