Skip to content

A micropayment-oriented wallet for Moneysocket that keeps all the receipts.

Notifications You must be signed in to change notification settings

Dolzhenko/costanza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Costanza Wallet for Moneysocket

A socket-driven wallet for the Moneysocket protocol utilzing the Lightning Network.

Interface

Run it now!

A build of this wallet is hosted on the web at socket.money/wallet

What the heck is this?

This wallet's purpose is not to compete with leading wallets for daily driving. Its purpose is to demonstrate new paradigm for thinking about Lightning Network wallets. Also, to facilitate development of debugging of the Moneysocket protocol as it advances.

It is built in JavaScript to work in-browser. Though the buttons are big, intended for using on mobile touchscreens. It does not do Lightnin Network functionality itself, but rather tethers to a Moneysocket protocol provider such as the Terminus endpoint to obtain its balance and ability to transact with the Lightning Network.

The major feature is the ability to provide an upstream Moneysocket connection to an application, enabling the application to drive payments from this wallet. Along with that, the wallet controls the permissions for allowing or denying those automatic payments.

Disclaimer!

Moneysocket is still new, under development and is Reckless with your money. Use this stuff at your own risk.

Dependencies

This depends on js-moneysocket which will need to be installed into node_modules prior to building this project.

Also, additional dependencies referenced are package.json

Dev webserver

To access a camera from the browser for scanning QR, it needs to be served from a https server, or else the browser will be unhappy.

server.py is provided with some certs that can be given exceptions for localhost from your browser while developing.

Costanza!

Costanza

Project Links

About

A micropayment-oriented wallet for Moneysocket that keeps all the receipts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • CSS 1.4%
  • Other 1.4%