kopia lustrzana https://github.com/bugout-dev/dao
Moonstream token is platform token, not governance token.
Governance will be handled by Terminus pool!pull/9/head
rodzic
2747d63067
commit
aeb80d7857
|
@ -1,6 +1,6 @@
|
||||||
# Deploy the Moonstream governance token
|
# Deploy the Moonstream platform token
|
||||||
|
|
||||||
The Moonstream DAO governance token is deployed as an EIP2535 Diamond proxy contract with an ERC20
|
The Moonstream DAO platform token is deployed as an EIP2535 Diamond proxy contract with an ERC20
|
||||||
facet attached to it.
|
facet attached to it.
|
||||||
|
|
||||||
This checklist describes how to deploy the token.
|
This checklist describes how to deploy the token.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Deploy the Moonstream governance token
|
# Deploy the Moonstream platform token
|
||||||
|
|
||||||
The Moonstream DAO governance token is deployed as an EIP2535 Diamond proxy contract with an ERC20
|
The Moonstream DAO platform token is deployed as an EIP2535 Diamond proxy contract with an ERC20
|
||||||
facet attached to it.
|
facet attached to it.
|
||||||
|
|
||||||
This checklist describes how to deploy the token.
|
This checklist describes how to deploy the token.
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Authors: Moonstream Engineering (engineering@moonstream.to)
|
* Authors: Moonstream Engineering (engineering@moonstream.to)
|
||||||
* GitHub: https://github.com/bugout-dev/dao
|
* GitHub: https://github.com/bugout-dev/dao
|
||||||
*
|
*
|
||||||
* This is an implementation of the ERC20 governance token for the Moonstream DAO.
|
* This is an implementation of the ERC20 platform token for the Moonstream DAO.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
pragma solidity ^0.8.0;
|
pragma solidity ^0.8.0;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Authors: Moonstream Engineering (engineering@moonstream.to)
|
* Authors: Moonstream Engineering (engineering@moonstream.to)
|
||||||
* GitHub: https://github.com/bugout-dev/dao
|
* GitHub: https://github.com/bugout-dev/dao
|
||||||
*
|
*
|
||||||
* Initializer for Moonstream DAO governance token. Used when mounting a new ERC20Facet onto its
|
* Initializer for Moonstream DAO platform token. Used when mounting a new ERC20Facet onto its
|
||||||
* diamond proxy.
|
* diamond proxy.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Authors: Moonstream Engineering (engineering@moonstream.to)
|
* Authors: Moonstream Engineering (engineering@moonstream.to)
|
||||||
* GitHub: https://github.com/bugout-dev/dao
|
* GitHub: https://github.com/bugout-dev/dao
|
||||||
*
|
*
|
||||||
* This is an implementation of the ERC20 governance token for the Moonstream DAO.
|
* This is an implementation of the Terminus decentralized authorization contract.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
pragma solidity ^0.8.0;
|
pragma solidity ^0.8.0;
|
||||||
|
|
Ładowanie…
Reference in New Issue