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