jjduhamel / bcl-v2

The Blockchain Chess Lounge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Blockchain Chess Lounge

Client

The reference client uses the Nuxt3 framework.

Start development server

$ yarn dev

Contracts

The contracts/ directory contains the code for the smart contracts using Foundry.

Start local blockchain

$ anvil -m "$(cat .mnemonic)"

Build and deploy the project

$ forge build
$ forge script script/DeployLobby.s.sol --mnemonic-paths .mnemonic --sender <address> --fork-url http://localhost:8545 --broadcast

About

The Blockchain Chess Lounge


Languages

Language:Solidity 80.5%Language:Vue 9.1%Language:JavaScript 7.6%Language:TypeScript 1.6%Language:CSS 1.1%Language:Makefile 0.1%Language:Nix 0.0%