Skip to content
This repository has been archived by the owner on Aug 7, 2018. It is now read-only.

World's 1st dezentralized honey shop on the Ethereum blockchain

License

Notifications You must be signed in to change notification settings

Mokkapps/blockchain-honey-shop

Repository files navigation

IMPORTANT: This was a fun project which was never finished and is no longer in development

Blockchain Honey Shop

World's 1st dezentralized honey shop on the Ethereum blockchain

Bootstrapped with React Truffle Box.

Getting started

  1. Clone repo and install dependencies
npm install
  1. Open Ganache

  2. Compile & migrate contract

truffle compile
truffle migrate --network ganache
  1. Run web app
npm run start
  1. Open web app. Make sure that your browser uses the MetaMask browser extension.

  2. Interact from the web with your smart contract on the blockchain.

Contract tests

  1. Repeat steps 1-3 from above
  2. Run the tests
truffle test --network ganache

More documentation

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!