Skip to content

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

License

Notifications You must be signed in to change notification settings

rtre84/crypto-soccer

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • CSS 55.9%
  • JavaScript 41.5%
  • Solidity 2.0%
  • Other 0.6%