Skip to content

DaoCasino/platform-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform contracts

Build Status

Branch Build Status
Master master
Develop develop

Description

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.

Build

git clone https://github.com/DaoCasino/platform-contracts
cd platform-contracts
./cicd/run build

Run unit tests

./cicd/run test

Contribution to platform contracts

Interested in contributing? That's awesome! Please follow our git flow:

git-flow

NOTE: make rebase to actual develop before PR