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
24 changes: 24 additions & 0 deletions deliveries/societal-milestone-2.md
Original file line number Diff line number Diff line change
@@ -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:** 2



## Deliverables


| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 0a. | License |[GitHub repo link](https://github.com/sctllabs/societal-grant-submission-2/blob/main/LICENSE)| Apache 2.0 license included. |
| 0b. | Documentation |[GitHub repo link](https://github.com/sctllabs/societal-grant-submission-2/blob/main/README.md) | Readme document contains instructions on how to run and deploy societal front-end. |
| 0c. | Testing Guide |[GitHub repo link](https://github.com/sctllabs/societal-grant-submission-2/blob/main/docs/TestingGuide.md)| Guide on how to test DAO factory using Societal's front-end. |
| 0d. | Docker |[Docker Image](https://hub.docker.com/layers/societal/societal-client/v02d1a83/images/sha256-4c19217fad0a973980de9b9de5aa667beaa4a69452bbe6c4edcd0e0212500bac?context=explore)| Dockerfile found at Societal's docker hub. The tag information is as follows: **docker pull societal/societal-client:v02d1a83**. Please refer to the [Run in Docker](https://github.com/sctllabs/societal-grant-submission-2#run-in-docker) section of the README to run with the **v02d1a83** tag specified. |
| 0e. | Article |[Testing Article](https://github.com/sctllabs/societal-grant-submission-2/blob/main/docs/TestingGuide.md) |A tutorial that explains how to create a DAO using the UI. |
| 1. | Client Modules | [Societal UI](https://github.com/sctllabs/societal-grant-submission-2) | This is the main submission of Milestone 2. This repo contains the more detailed and branded UI to interact with the Societal node and DAO Factory pallets. **Note:** The Soceital node from the [milestone 1 submission](https://github.com/sctllabs/societal-grant-submission) must be running locally for the front end to connect. |
| 2. | Substrate module: DAO Factory |[GitHub repo link](https://github.com/sctllabs/societal-grant-submission) | The custom substrate pallets in this repo from Milestone 1 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. |