Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1006 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 1006 Bytes

simpleth

A new version of keymaster with added support for signing offline transactions.

Features

  • Fully ADILOS compatible with gatekeeper and kgagent
  • Rewritten in javascript and React Native React Native for cross-platform compatibility (Android, iOS)
  • App and all dependencies are 100% open source

Use Cases

  • Login, identify, or open a lock by returning an ADILOS response to a challenge
  • Advise if a kgagent is party
  • Create an ADILOS challenge and scan someone else's response
  • Show key as Public Key
  • Show key as Ethereum Address
  • Sign a 32-byte message hash and return to form an offline Ethereum transaction that can be submitted on your behalf
  • Warn the user when signing a message hash that the signature could be used to spend (your) value
  • Added a basic backup/restore capability