Branch | Build Status |
---|---|
Master | |
Develop |
This repo contain main DAOPlatform contracts. Basically, that contracts are entry point and main registry in DAOPlatform ecosystem. All system parts, including all games and casinos interact with this contracts.
Main components:
- Main platform contract(link) - represent main registry for all games and casinos
- Game events contract(link) - helper contract that used for game events restration
- Generic casino contract(link) - casino contract that implement all casino related features like game listing, liqudity pool, benefit payment, etc.
git clone https://github.com/DaoCasino/platform-contracts
cd platform-contracts
./cicd/run build
./cicd/run test
Interested in contributing? That's awesome! Please follow our git flow:
NOTE: make rebase to actual develop before PR