Moonstream helps you manage all aspects of your decentralized applications, from whitelisting to authorization to monitoring to product analytics.
 
 
 
 
 
Go to file
Neeraj Kashyap aa18d54c6d Deployment test for terminus
ERC20Facet.controller -> ERC20Facet.moonstreamController

TerminusFacet.controller -> TerminusFacet.terminusController

When both facets had view methods of the same name, `dao.core.facet_cut`
was not mounting the `TerminusFacet.controller` method to the diamond
because of its precedence rules.
2021-12-18 12:30:09 -08:00
.github/workflows test -> lint 2021-12-18 09:03:17 -08:00
checklists Deployed ERC20 diamond to Mumbai 2021-12-18 08:47:09 -08:00
contracts Deployment test for terminus 2021-12-18 12:30:09 -08:00
dao Deployment test for terminus 2021-12-18 12:30:09 -08:00
.gitattributes
.gitignore moonworm-generated Python interface for diamond contracts 2021-12-11 18:56:19 -08:00
LICENSE
README.md Added ERC20WithCommonStorage 2021-12-17 08:30:40 -08:00
brownie-config.yaml Updated comments in Diamond contracts code 2021-12-11 18:53:12 -08:00
setup.py
test.sh Documented new behavior in "./test.sh -h" 2021-12-18 07:46:18 -08:00

README.md

dao

Moonstream DAO

Development environment

VSCode setup

If you are using the Solidity extension in VSCode, merge the following snippet into your settings.json:

{
    "solidity.remappings": [
        "@openzeppelin-contracts/=<path to your home directory>/.brownie/packages/OpenZeppelin/openzeppelin-contracts@4.3.2"
    ]
}