ricburton / near-wallet

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

Home Page:https://wallet.nearprotocol.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEAR DevNet Wallet

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

https://wallet.nearprotocol.com


Languages

Language:JavaScript 96.8%Language:HTML 2.4%Language:Dockerfile 0.4%Language:CSS 0.2%Language:Shell 0.2%