Moonstream helps you manage all aspects of your decentralized applications, from whitelisting to authorization to monitoring to product analytics.
 
 
 
 
 
Go to file
Neeraj Kashyap 7b832c785b Added ERC20 initialization when facet is cut onto diamond
[WIP] ERC20 deployment checklist template
[WIP] clean up code a bit
2021-12-17 13:01:51 -08:00
checklists/templates Added ERC20 initialization when facet is cut onto diamond 2021-12-17 13:01:51 -08:00
contracts Added ERC20 initialization when facet is cut onto diamond 2021-12-17 13:01:51 -08:00
dao Added ERC20 initialization when facet is cut onto diamond 2021-12-17 13:01:51 -08:00
.gitattributes Initiated brownie project 2021-12-11 18:46:57 -08:00
.gitignore moonworm-generated Python interface for diamond contracts 2021-12-11 18:56:19 -08:00
LICENSE Initial commit 2021-12-11 18:41:34 -08:00
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 SEt up "dao" CLI skeleton 2021-12-11 18:45:58 -08:00
test.sh Added ERC20 initialization when facet is cut onto diamond 2021-12-17 13:01:51 -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"
    ]
}