Skip to content

TrueDeck/truedeck-quorido

Repository files navigation

TrueDeck Quorido

Multi-Blockchain Provably Fair Casino Platform by TrueDeck

Requirements

  • Node
  • Yarn

Note: For Windows, first setup WSL by following this guide.

Getting Started

  • Clone the repository
git clone https://github.com/TrueDeck/truedeck-quorido.git

Note: For WSL, repository should not be cloned in Ubuntu file system.

  • Bootstrap the monorepo
cd truedeck-quorido
yarn bootstrap

Note: For WSL, use Ubuntu terminal and navigate to repository using drive mounts in /mnt directory.

Develop

While being in the root folder of monorepo:

In a new terminal window, run local blockchain:

yarn blockchain:start

In a new terminal window, deploy contracts on local blockchain:

yarn contracts:create

In a new terminal window, launch DApps with hot-reloading support:

yarn dapp:develop

Now you can start developing!

Test

Tests for the entire monorepo can be run by:

yarn test

Contract Development

Licence

MIT

About

Multi-Blockchain Provably Fair Casino Platform by TrueDeck

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages