kopia lustrzana https://github.com/bugout-dev/dao
17 wiersze
349 B
Markdown
17 wiersze
349 B
Markdown
# dao
|
|
Moonstream DAO
|
|
|
|
## 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"
|
|
]
|
|
}
|
|
```
|