-
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
8860591
commit 614a9f0
Showing
1 changed file
with
27 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,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. |