IMPORTANT: This was a fun project which was never finished and is no longer in development
World's 1st dezentralized honey shop on the Ethereum blockchain
Bootstrapped with React Truffle Box.
- Clone repo and install dependencies
npm install
-
Open Ganache
-
Compile & migrate contract
truffle compile
truffle migrate --network ganache
- Run web app
npm run start
-
Open web app. Make sure that your browser uses the MetaMask browser extension.
-
Interact from the web with your smart contract on the blockchain.
- Repeat steps 1-3 from above
- Run the tests
truffle test --network ganache
This box is a marriage of Truffle and a React setup created with create-react-app. Either one would be a great place to start!