On-chain options implementation.
It is available as an OpenZeppelin ethereum package on mainnet, and ropsten, rinkeby and kovan testnets.
- Website: ohmydai.io
- Twitter: @ohmydai_io
- Medium: ohmydai
- Telegram: ohmydai!.io
- Email: [email protected]
This project uses GitFlow branching model, so all development must be done in feature branches which are merged into develop
. Once a release is about to be cut, the develop
branch is merged into master
.
Once a commit is done in master
, a release is automatically generated by CircleCI by running semantic-release.
This project also uses OpenZeppelin SDK, so you should be familiarized with their tooling.