kopia lustrzana https://github.com/bugout-dev/dao
07f6217ddd | ||
---|---|---|
checklists/templates | ||
contracts | ||
dao | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
brownie-config.yaml | ||
setup.py | ||
test.sh |
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"
]
}