Skip to content

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.

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

Setup

Features

Demos

Standards

  • PGP
  • DID
Clone this wiki locally