diff --git a/deliveries/pocs-milestone_1.md b/deliveries/pocs-milestone_1.md new file mode 100644 index 000000000..ad9453c65 --- /dev/null +++ b/deliveries/pocs-milestone_1.md @@ -0,0 +1,27 @@ +# 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 & Milestone Details + +- **Application Document:** [Proof of Contract Stake](https://github.com/w3f/Grants-Program/tree/master/applications/PoCS.md). +- **Milestone** : [1. Pallet Contract Update](https://github.com/w3f/Grants-Program/blob/master/applications/PoCS.md#milestone-1---pallet-contract-update) + +## Purpose + +Short Paragraph describing milestone purpose + +## Deliverables + +|Number|Deliverable|Link|Notes| +|-------------|-------------|------------- |------------- | +|0a.|License| [Apache 2.0](https://github.com/auguth/pocs/blob/master/LICENSE) |-| +|0b.|Documentation| [Inline Documentation](https://auguth.github.io/pocs/target/doc/pallet_contracts/) |Crate Documentation for pallet_contracts (PoCS version)| +|0c.|Testing Guide| [Testing guide](https://github.com/auguth/pocs/blob/master/README.md#testing) |`cargo test pocs`| +|0d.|Docker | [Dockerfile](https://github.com/auguth/pocs/blob/master/Dockerfile) | DockerFile is added (The image is very large to upload with requirement of all core folders required. Any suggestions Let us know)| +|0e.|Article (Repo Readme) / External Documentation| [PoCS article](https://github.com/auguth/pocs/blob/master/README.md) |Sections for Milestone 1 Completed. Remaining sections upon Milestone 2 & 3 completion| +|1.|Delivery| [PoCS Node](https://github.com/auguth/pocs/tree/master) |PoCS Node Repository| + +## Additional Information +To check out the changes one can also run the contract node https://github.com/paritytech/substrate-contracts-node. Upload any sample contract, instantiate and deploy. +Check ContractStakeInfo and AccountStakeInfo events emitted. \ No newline at end of file