Skip to content

Build an DApp using react, redux, saga, truffle, metamask

License

Notifications You must be signed in to change notification settings

PortalNetwork/react-truffle

Repository files navigation

React-truffle

This project is design to connect to 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

Install flow

Clone repo

git clone https://github.com/PortalNetwork/react-truffle.git
cd react-truffle-metamask

Install ganache

npm install -g ganache-cli

Install truffle

npm install -g truffle

Build repo

npm install
truffle compile

Start repo

Open a new console

ganache-cli
truffle migrate
npm start

Build repo

npm run build

Reference

About

Build an DApp using react, redux, saga, truffle, metamask

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published