0.0.3 • Published 6 years ago
find-the-ethereum v0.0.3
Dao.Casino SDK
(!) NOTICE: For no conflicts with other envs testrpc run link to host machine in port 1406 TESTRPC PORT: 1406
Make sure you have installed (docker-compose)https://docs.docker.com/install/ its requriment for dev environment
Requirements
- docker-compose
- nodejs (10 recommend)
- trufflejs (npm i -g truffle)
Quick start
mkdir ./myDapp && cd ./myDapp
truffle unbox DaoCasino/SDK && npm start
or
git clone --depth=1 https://github.com/DaoCasino/SDK ./myDapp
cd ./myDapp
npm i && npm start
File structure
Key files
./contracts/myDAppGame.sol dapp/dapp.logic.js dapp/*