Giter Club home page Giter Club logo

ghost-wallet's People

Contributors

aleph-v avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ghost-wallet's Issues

Add javascript to make ethereum transactions

The project needs to be able to take the information from the database back end and the result of the UF2 signing operation, format it, and then request the user send the transaction from their metamask account.

Add FIDO2 Passwordless login page

This depends on the completion of the database task.
We need to implement the JS code to request and verify FIDO2 onetime password logins securely. We need to do significant research to make sure the login page is non by passable and that any other code only runs after a valid login.

Backend database r&d

We need to figure out how we want to do database management: sql, mongo db, graph ql?
We need to store the following information:

  • Username and FIDO2 passwordless login data
  • Identity contract address for each user
  • Personal Faucet private key for each user
    The research component of this is figuring out which of these will work the best and be the most secure. After that we need to actually implement a database.

Add personal facuet logic

Add a component which after a valid login allows a user to send some ether to pay for gas costs of the new account verification. It should access the database to get the user's private key then format and send a transaction with the requested amount of ether to the new address. For high security it should likely request a UF2 verification request or some other hardware root of trust verification before sending.
This system will likely not use the same transaction path as the account registration transaction [namely metamask].

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.