dao/README.md

17 wiersze
349 B
Markdown
Czysty Zwykły widok Historia

2021-12-12 02:41:34 +00:00
# dao
Moonstream DAO
2021-12-17 16:30:40 +00:00
## Development environment
### VSCode setup
If you are using the Solidity extension in VSCode, merge the following snippet into your settings.json:
```json
{
"solidity.remappings": [
"@openzeppelin-contracts/=<path to your home directory>/.brownie/packages/OpenZeppelin/openzeppelin-contracts@4.3.2"
]
}
```