rtre84 / crypto-soccer

Crypto Soccer team project in Ethereum, IPFS, and Solidity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoSoccer

Codacy Badge

Work in Progress.

šŸ’”Document

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

About

Crypto Soccer team project in Ethereum, IPFS, and Solidity.

License:MIT License


Languages

Language:CSS 55.9%Language:JavaScript 41.5%Language:Solidity 2.0%Language:HTML 0.6%Language:Shell 0.0%