diff --git a/deliveries/societal-milestone-1.md b/deliveries/societal-milestone-1.md new file mode 100644 index 0000000000..30b9a98f57 --- /dev/null +++ b/deliveries/societal-milestone-1.md @@ -0,0 +1,24 @@ +# 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:** [Societal Application](https://github.com/w3f/Grants-Program/blob/master/applications/Societal.md) +* **Milestone Number:** Milestone 1 + + + +## Deliverables + + +| Number | Deliverable | Link | Notes | +| ------------- | ------------- | ------------- |------------- | +| 0a. | License |[GitHub repo link](https://github.com/sctllabs/societal-grant-submission/blob/main/LICENSE)| Apache 2.0 license included. | +| 0b. | Documentation |[GitHub repo link](https://github.com/sctllabs/societal-grant-submission/blob/main/README.md) | Readme document contains instructions on how to run and deploy societal node and check unit tests. | +| 0c. | Testing Guide |[GitHub repo link](https://github.com/sctllabs/societal-grant-submission/blob/main/docs/TestingGuide.md)| Guide on how to test DAO factory using Polkadot-JS. | +| 0d. | Docker |[Docker Image](https://hub.docker.com/layers/societal/societal-node/v67af404/images/sha256-a4de91a608c221c7e025df1311c9eccd9c10b90e4d0e1920dae32bd1097685c3?context=explore)| Dockerfile found at Societal's docker hub. The tag information is as follows: **docker pull societal/societal-node:v67af404** | +| 0e. | Article |[Testing Article](https://github.com/sctllabs/societal-grant-submission/blob/main/docs/TestingGuide.md) |A tutorial that explains how to create a DAO. | +| 1. | Substrate module: DAO Factory |[GitHub repo link](https://github.com/sctllabs/societal-grant-submission/tree/main/pallets) | The custom substrate pallets in this repo will allow any user to create a DAO. When creating a DAO, the user can create a governance token, setup a treasury and create proposals. | +| 2. | Client Modules |[Polkadot-JS](https://polkadot.js.org/apps/#/explorer?rpc=ws://localhost:9944) & [Societal UI](https://github.com/sctllabs/societal-front-end/tree/w3f-grant-minor-ui-update) | You can use Polkadot-JS to interact with the DAO factory pallets and follow the [Testing Article](https://github.com/sctllabs/societal-grant-submission/blob/main/docs/TestingGuide.md) on how to create your DAO. Alternativley, you can use [this branch](https://github.com/sctllabs/societal-front-end/tree/w3f-grant-minor-ui-update) of the Societal UI to interact with the pallets. A more detailed UI will be delievered with milestone 2. **Note:** The Soceital node must be running locally for the front end to connect. | +