Arc is a social wallet.
A progressive web app that natively combines messages with micropayments based on Lightning Network and c13n-go. If you have a c13n node up and running, you can immediately start using Arc here: https://c13n-io.github.io/arc/
Arc
is a web client for messaging and managing money over Lightning. The app runs completely in-browser and is using the c13n-go API. It is written in React and communicates with the c13n node natively via grpcweb.
- node
- npm
- Clone the source code:
git clone https://github.com/c13n-io/arc.git cd arc
- Fetch and install dependencies:
npm install
-
Start the arc local server:
npm start
arc will be served at http://localhost:3000
-
(Alternative) Use our ready made Arc client. Browse to https://c13n-io.github.io/arc/.
c13n-go is a deployable open-source component for LND that encapsulates and manages payload and message transfers within Lightning payments. For more information browse to c13n-go.
If you want to contribute to this project, either by authoring code or by reporting bugs & issues, make sure to read the Contribution Guidelines.