Skip to content

sjappig/kps

Repository files navigation

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Actions Status

kps

Rock, paper, scissors implemented with Ethereum smart contract and VueJS frontend.

Project setup

npm install

Development environment

Development environment uses Truffle development blockchain and Webpack devserver. Application is served in port 8080. You will need two terminals open.

npm run serve-blockchain
npm run migrate-contracts
npm run serve

Running tests and linters

npm test
npm run lint