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
22 changes: 22 additions & 0 deletions deliveries/societal-grant-2-milestone-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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_grant2.md)
* **Milestone Number:** 2



## Deliverables


| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| 0a. | License |[GitHub repo link](https://github.com/sctllabs/societal-client/blob/main/LICENSE)| Apache 2.0 license included. |
| 0b. | Documentation |[GitHub repo link](https://github.com/sctllabs/societal-client/blob/main/README.md) | Readme document contains instructions on how to run and deploy societal front-end. All unit test have been included in the submission and can be run using: `yarn test` . Link to test command in [docs](https://github.com/sctllabs/societal-client#unit-test) |
| 0c. | Testing Guide |[GitHub repo link](https://github.com/sctllabs/societal-client/blob/main/docs/AssetsTestingGuide.md)| Guide on how to test Assets Pallet Lockable/Reservable traits using Polkadot-JS front-end. |
| 0d. | Docker |[Docker Image]([?context=explore](https://hub.docker.com/layers/societal/societal-client/da970f384c893cbac9f537b52535f7b5880e609b/images/sha256-2634da97a130abe3ce0ae3db18c73061f6374c7b0b889781d7d4d15ef8dc17be?context=explore))| Dockerfile found at Societal's docker hub. The tag information is as follows: **docker pull societal/societal-client:da970f384c893cbac9f537b52535f7b5880e609b**. Please refer to the [Run in Docker](https://github.com/sctllabs/societal-client#run-in-docker) section of the README to run with the **da970f384c893cbac9f537b52535f7b5880e609b** tag specified. |
| 1. | Substrate Module: Reservable & Lockable Asset Pallet |[GitHub repo link](https://github.com/sctllabs/societal-grant-2-submission) | The custom substrate assets pallet in this repo from Milestone 1 will allow any user to use Lockable/Reservable traits similar to the native balances pallet hash. It is helpful when used for DAO governance where you need to reserve DAO token while proposing and lock tokens while voting. |
| 2. | Client Modules | [Societal Client Web Application](https://client.dev.sctl.link) | Use the Societal Client Web Application(deployed to dev environment) and follow the [Testing Article](https://github.com/sctllabs/societal-client/blob/main/docs/DemocracyTestingGuide.md) on how to interact with the web application. |