# 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/=/.brownie/packages/OpenZeppelin/openzeppelin-contracts@4.3.2" ] } ```