Etheremum dapp protocol
This repo have all the contracts of the protocol as well as the front end of the interface
.
βββ migrations # Migrations of the smart contracts
βββ public # Public folder for the react interface
βββ test # Tests scripts for testing smart contracts
βββ src
βββ abis # Migration files for conection with the contracts
βββ assets # Assets for the interface
βββ components # React components for the interface
βββ contracts # Smart contracts written in Solidity
You will need to set a local blockchain, you can do it using ganache and truffle
git clone https://github.com/dvidd/eth-developcd eth-developnpm installnpm starttruffle compiletruffle testtruffle migrate