Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 1.14 KB

README.md

File metadata and controls

72 lines (50 loc) · 1.14 KB

CryptoSoccer

Codacy Badge

Work in Progress.

Technical stack

Frontend

  • React
  • Redux
  • Saga
  • Web3(MetaMask)

UI

  • Sass
  • Material-UI

Smart contract/Solidity

Database

Install flow

Clone repo

git clone https://github.com/gwenf/crypto-soccer
cd react-truffle-metamask

Install ganache

npm install -g ganache-cli

Install truffle

npm install -g truffle

Build repo

yarn install
truffle compile

Start repo

Open a new console

ganache-cli
truffle migrate
yarn start

Reference