Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 907 Bytes

README.md

File metadata and controls

68 lines (47 loc) · 907 Bytes

React-truffle-metamask

This project is design to connect to Ethereum blockchain and interact with MetaMask to send transaction on smart contract.

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/PhyrexTsai/react-truffle-metamask
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