kopia lustrzana https://github.com/bugout-dev/dao
Because we otherwise have to set up: 1. brownie 2. brownie pm install... 3. ganache-cli (via `npm install ganache-cli`) It's a bit heavy. Easier to run manually for now. |
||
|---|---|---|
| .github/workflows | ||
| checklists | ||
| 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"
]
}