djworth / riddler

EVM Based Blockchain Game to Solve Riddles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

riddler

EVM Based Blockchain Game to Solve Riddles

Truffle

Install the truffle

npm -g install truffle

This section will pertain to everything in the truffle directory and assume all following commands will be run from within the truffle directory

Start the truffle development console

$ truffle develop

Migrate the contracts

truffle(develop)> migrate

Vue App (in a different console window/tab)

$ cd vapp $ npm run serve

with MetaMask:

Make sure you've set up metamask to use port 9545 and then navigate to: http://localhost:8080

About

EVM Based Blockchain Game to Solve Riddles


Languages

Language:Solidity 29.7%Language:Go 28.8%Language:Vue 25.3%Language:JavaScript 12.2%Language:HTML 3.0%Language:Makefile 1.0%