justefg / platform-contracts

DAOPlatform contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

DAOPlatform contracts

License:MIT License


Languages

Language:C++ 93.7%Language:CMake 3.2%Language:Shell 3.2%