This project is design to connect to Ethereum blockchain and interact with MetaMask to send transaction on smart contract.
- React
- Redux
- Saga
- Web3(MetaMask)
- Sass
- Material-UI
git clone https://github.com/PhyrexTsai/react-truffle-metamask
cd react-truffle-metamask
npm install -g ganache-cli
npm install -g truffle
yarn install
truffle compile
Open a new console
ganache-cli
truffle migrate
yarn start
- ganache-cli: https://github.com/trufflesuite/ganache-cli
- truffle: https://github.com/trufflesuite/truffle