gdrive-signer
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

GDrive Signer

This repository contains a signer/custodian for safely storing private keys in a web application. It stores the private key in the GDrive of a user via the file metadata.

It also uses 2 sandboxed iframes to actually access the sensitive data. The user program that wishes to use this would just include it in their project and call a function to attach a click listener to a button. Upon clicking this button a google signin flow starts and within it the user creates a new mnemonic or the application loads the one that they already onw in their GDrive and initializes a signer with it.

The application will be listening to state change events and ultimately be able to create another flow through which it can send transactions to signer for it to sign them and then send these to the blockchain afterwards.

/gdrive-signer/

    Package Sidebar

    Install

    npm i gdrive-signer

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    3.08 MB

    Total Files

    94

    Last publish

    Collaborators

    • iharob