Execute a BPM choreography diagram on blockchain using smart contracts. Embark DApp designed to run on Ethereum Blockchain.
- get the
yarn
package manager (or equivalent) - run
yarn
in the project directory to install dependencies
- Start your Blockchain node with yarn:
yarn run embark simulator
without (local install):
embark simulator
- Start the embark app with yarn:
yarn run embark run
without (local install):
embark run
- go to
localhost:8000
to access the manufacturer website - go to
localhost:8000/supplier.html
to access the supplier website - have fun clicking buttons :-D