/blockchain-bpm-seminar

Execute a BPM choreography diagram on blockchain using smart contracts.

Primary LanguageJavaScript

Blockchain and BPM Seminar: Implement a Choreography Diagram via Blockchain

Execute a BPM choreography diagram on blockchain using smart contracts. Embark DApp designed to run on Ethereum Blockchain.

Setup

  1. get the yarn package manager (or equivalent)
  2. run yarn in the project directory to install dependencies

Running the App

  1. Start your Blockchain node with yarn:
yarn run embark simulator

without (local install):

embark simulator
  1. Start the embark app with yarn:
yarn run embark run

without (local install):

embark run
  1. go to localhost:8000 to access the manufacturer website
  2. go to localhost:8000/supplier.html to access the supplier website
  3. have fun clicking buttons :-D