Skip to content
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
17 changes: 17 additions & 0 deletions deliveries/InvArch-M2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Milestone Delivery :mailbox:

**The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/milestone-deliverables-guidelines.md).**

* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/InvArch.md
* **Milestone Number:** Milestone 2

| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 0a. | License | [GPLv3](https://github.com/InvArch/InvArch-Pallet-Library/blob/main/LICENSE) | Open-Source |
| 0b. | Documentation | https://github.com/InvArch/InvArch-Frames#readme | Further Documentation can be found through the repository's README files. |
| 0c. | Testing Guide | [INV4 Pallet Calls](https://gist.github.com/arrudagates/877d6d7b56d06ea1a941b73573a28d3f) & [INV4-GIT Testing Guide](https://github.com/InvArch/INV4-Git#readme) | Additional walkthroughs & guides can be found in the article (3). |
| 0d. | Docker | https://github.com/InvArch/InvArch-Node/blob/main/dockerfile | |
| 1a. | Pallet_ipl | https://github.com/InvArch/InvArch-Frames/blob/main/INV4/pallet-inv4/src/ipl.rs | Please see: [Pallet INV4](https://github.com/InvArch/InvArch-Frames/tree/main/INV4). `pallet-ipl` was restructured to `pallet-inv4` & includes both IP Sets, IP licenses, & IP Tokens. This was done in order to utilize on-chain storage more efficiently, versus having multiple interdependent Pallets. |
| 1b. | Pallet_ipt | https://github.com/InvArch/InvArch-Frames/blob/main/INV4/pallet-inv4/src/ipt.rs | Please see: [Pallet INV4](https://github.com/InvArch/InvArch-Frames/tree/main/INV4). `pallet-ipt` was restructured to `pallet-inv4` & includes both IP Sets, IP licenses, & IP Tokens. This was done in order to utilize on-chain storage more efficiently, versus having multiple interdependent Pallets. |
| 2. | INV4-Git middleware | https://github.com/InvArch/INV4-Git | Please see: [Demo Video](https://www.youtube.com/watch?v=wTfi9B6Yi9A&t=5s) |
| 3. | Article | https://medium.com/@invarch/invarch-realizes-on-chain-ip-assets-licensing-git-version-control-under-a-web3-foundation-grant-99e96675c514 | Videos included in Article. The current link is a draft link. When/if this submission is approved, the article will be published to the [InvArch blog on Medium](https://invarch.medium.com/) |