dao/operations/README.md

34 wiersze
1.6 KiB
Markdown
Czysty Zwykły widok Historia

# Moonstream DAO operations
2021-12-23 00:12:25 +00:00
These documents and checklists represent operations performed against live Moonstream DAO contracts on public
2021-12-23 00:12:25 +00:00
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`
2021-12-23 00:13:14 +00:00
2021-12-23 00:12:25 +00:00
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.