Skip to content

Web wallet for Near Protocol which stores keys in browser's localStorage

Notifications You must be signed in to change notification settings

marcinbodnar/near-wallet

 
 

Repository files navigation

NEAR DevNet Wallet

Build Status

This is in-browser web-based wallet for working with NEAR DevNet accounts. This wallet stores account keys in open text using the localStorage under https://wallet.nearprotocol.com domain on user's machine.

NEAR Wallet features UI and usability designed by a backend engineer and should not be considered a final product.

nearlib.js is integrated with this wallet and uses cross-domain iframe messaging to communicate to sign transactions. This is would be secure since the account keys are never exposed to the app. But,we (NEAR) still have some work to do to prevent other security issues with application authorization, transaction verification and signing.

DISCLAIMER: This is a developers' preview Wallet. It should be used for NEAR Protocol DevNet only. Learn more at https://wallet.nearprotocol.com

Dockerized Wallet

Dockerized wallet operates as a micro-service. It uses nginx to serve the local static content. As the result, Wallet is not parametrizable with environment variables.

About

Web wallet for Near Protocol which stores keys in browser's localStorage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • HTML 2.0%
  • Other 0.6%