0.1.37 • Published 5 years ago

dc-sdk-example v0.1.37

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Using the Sample Game in DAO.Casino SDK

Requirements

  • installed DC-CLI
  • npm.js
  • node.js (10 or newer)
  • installed yarn If you use Windows, call npm install --global windows-build-tools. This command installs components necessary for this operation system.

Quick start

  1. Clone the sample game repository and start the DC-CLI in it:
git clone --depth=1 https://github.com/DaoCasino/dc-sdk-example ./myDapp
cd ./myDapp

npm i & npm run start
or
yarn install & yarn start
  1. Start the relevant bankroller for the network you want to use (Ropsten, Local, etc).
node ./bin/daemon <privateKey> [options]

where is the private key reserved for bankroller, and options defines the blockchain network.

DApp Core files

Your dapp core files

  • ./contracts/myDAppGame.sol (contains the basic logic for this sample)
  • dapp/dapp.logic.js
  • dapp/*
  • dapp/assets/js/tutorial.js (this is where you are supposed to configure your game settings)

Detailed Documentation

0.1.37

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago