This project is design to connect to Ethereum blockchain and interact with MetaMask to send transaction on smart contract.
š”Document
- 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