Skip to content

A repository that demonstrates some basic uport interaction

License

Notifications You must be signed in to change notification settings

ericmaino/uport-ready-demo

Repository files navigation

  1. Download UPort
  2. Setup an Ethereum RPC endpoint with eth,net,debug
  3. Setup NGrok or Expose a port on the VM
    • ngrok http 8081
  4. Build TypeScript and base docker image ./build.sh
  5. Deploy registration contract
    • sudo RPC_URL=http://40.84.155.75:8545 docker-compose -f docker-compose.setup.yaml up
    • Wait for it to complete
    • Copy the contract address
  6. Run watcher and UPort Web endpoint
  7. Navigate to ngrok endpoint: https://33e7885c.ngrok.io
  8. Scan QR Code with UPort App
  9. Approve Login
  10. Register when notified
  11. Wait for transaction to complete
  12. Navigate to ngrok endpoint: https://33e7885c.ngrok.io/completed
  13. Approve attestation when it comes back

About

A repository that demonstrates some basic uport interaction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published