-
Notifications
You must be signed in to change notification settings - Fork 12
E Signer Demo
Orie Steele edited this page Jul 1, 2018
·
6 revisions
The easiest way to get this demo up and running is to use docker-compose, and not minikube.
Checkout the E-Signer Local Branch
docker-compose up
cd ./packages/transmute-dashboard
Then edit the transmute config to use localhost: ./src/transmute-config/index.js
const TRANSMUTE_ENV = process.env.TRANSMUTE_ENV || 'localhost';
Then migrate the contracts to local ganache (running in docker-compose).
npm run truffle:migrate
Now start the dashboard:
npm run start
Open the demo: http://localhost:3000/demo
You may need to clear local storage data.
In this demo, we show how to use the transmute-framework, event sourced architecture to build an e-signer with ethereum and ipfs.
documents are stored in ipfs. signatures are stored in ethereum via a smart contract that links the address of a user to the document they are signing.
- PGP
- DID