Added documentation of checklists

pull/11/head
Neeraj Kashyap 2021-12-22 16:12:25 -08:00
rodzic 891ffbd07a
commit 60ada05aa4
1 zmienionych plików z 32 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,32 @@
# Moonstream DAO checklists
These checklists represent operations performed against live Moonstream DAO contracts on public
blockchains.
Unless otherwise specified, all operations are executed from the `main` branch of this repository.
## Polygon Mumbai testnet
### Current addresses
Moonstream platform token (MNSTR): `0x02620263be8A046Ca4812723596934AA20D7DC3C`
Terminus: `0x040Cf7Ee9752936d8d280062a447eB53808EBc08`
### Operations
- [Deployment of Moonstream platform token](./moonstream-deploy-mumbai-20211218-1633.md) - December 18, 2021
- [Update to Moonstream platform token](./moonstream-update-mumbai-20211221-1912.md) - December 21, 2021
- [Deployment of Terminus contract](./terminus-deploy-mumbai-20211222-2028.md) - December 22, 2021
- [Terminus contract setup](terminus-setup-20211222-2049.md) - December 22, 2021
## Templates
Common operations are available as templates:
- [Deploy Moonstream DAO diamond contracts](./templates/diamond-deploy.md). We use [EIP2535 Diamond proxies](https://eips.ethereum.org/EIPS/eip-2535)
for all our smart contracts. This template describes how to deploy the core diamond proxy contracts that
comprise each component of Moonstream DAO functionality.
- [Deploy the Moonstream platform token](./templates/moonstream-deploy.md)
- [Update functionality on the Moonstream platform token](./templates/moonstream-update.md)
- [Deploy the Terminus smart contract](./templates/terminus-deploy.md)
- [Set up the Terminus smart contract](./templates/terminus-setup.md). This configures payment settings
on a deployed Terminus contract.