Skip to content

c13n-io/arc

Repository files navigation

lint MIT License Version

arc

drawing

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/

Contents

Overview

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.

Installation

Requirements

  • node
  • npm

Steps

  • Clone the source code:
    git clone https://github.com/c13n-io/arc.git
    cd arc
  • Fetch and install dependencies:
    npm install

Usage

c13n-go

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.

Contributing

If you want to contribute to this project, either by authoring code or by reporting bugs & issues, make sure to read the Contribution Guidelines.