Moonstream helps you manage all aspects of your decentralized applications, from whitelisting to authorization to monitoring to product analytics.
 
 
 
 
 
Go to file
Neeraj Kashyap 6738b0e821 Modified test.sh to accept test modules from command line 2021-12-18 07:43:21 -08:00
checklists/templates Completed template for Moonstream governance token deployment 2021-12-17 17:14:46 -08:00
contracts Added ERC20 initialization when facet is cut onto diamond 2021-12-17 13:01:51 -08:00
dao added tests for method 2021-12-18 18:41:41 +03:00
.gitattributes
.gitignore
LICENSE
README.md
brownie-config.yaml
setup.py
test.sh Modified test.sh to accept test modules from command line 2021-12-18 07:43:21 -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"
    ]
}