diff --git a/deliveries/Substrate_Move_System_Pallet_1-1.md b/deliveries/Substrate_Move_System_Pallet_1-1.md new file mode 100644 index 000000000..7ab63d97e --- /dev/null +++ b/deliveries/Substrate_Move_System_Pallet_1-1.md @@ -0,0 +1,27 @@ +# 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/Support%20Docs/milestone-deliverables-guidelines.md).** + +* **Application Document:** [Link](https://github.com/w3f/Grants-Program/blob/master/applications/Substrate_Move_System_Pallet_1.md) +* **Milestone Number:** Milestone 1, "In-Depth Exploration and Assessment of MoveVM and Substrate Integration" + +**Context** + +The goal is to provide a Substrate system pallet that allows to deploy and interact with Smart Contracts written in the Move language, by providing a Move Virtual Machine (MoveVM) as a pallet, and this is the first phase of the whole plan: In-Depth Exploration and Assessment of MoveVM and Substrate Integration. + +**Deliverables** + +| Number | Deliverable | Link | Notes | +| ------------- | ------------- | ------------- |------------- | +| 0a. | License | [Link](https://github.com/eigerco/pallet-move/blob/main/LICENSE) | MIT license | +| 0b. | Documentation | [Link](https://github.com/eigerco/pallet-move/blob/main/README.md) | - | +| 0c. | Testing and Testing Guide |