Requirements:
- go
- node and npm
Build everything simply by running make.
- Run everything with
make run. - Open demo web page
- If you want to add a new policy file:
ipfs add --provenance <provenance_data> <file>ipfs name publish --key prov <CID>- It will take a while to sync for the web page
- Enjoy
- Gracefully stop everything with
make stop