Moonstream helps you manage all aspects of your decentralized applications, from whitelisting to authorization to monitoring to product analytics.
 
 
 
 
 
Go to file
Neeraj Kashyap af7eee8744 Fixed and simplified test action 2021-12-18 08:59:29 -08:00
.github/workflows Fixed and simplified test action 2021-12-18 08:59:29 -08:00
checklists Deployed ERC20 diamond to Mumbai 2021-12-18 08:47:09 -08:00
contracts Added ERC20 initialization when facet is cut onto diamond 2021-12-17 13:01:51 -08:00
dao tests for erc20 2021-12-18 19:29:10 +03:00
.gitattributes
.gitignore
LICENSE
README.md
brownie-config.yaml
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"
    ]
}