SkillAgentSearch skills...

Arc

Arc is a social wallet. A progressive web app that natively combines messages with micropayments based on Lightning Network and @c13n-go.

Install / Use

/learn @c13n-io/Arc

README

lint MIT License Version

<h1 align="center">arc</h1> <p align="center"> <img src="public/logo192.png" alt="drawing" width="100"/> </p> <p align="center"> Arc is a social wallet.</p>

A progressive web app that natively combines messages with micropayments based on Lightning Network and <a href="https://github.com/c13n-io/c13n-go/">c13n-go</a>. 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

  • 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

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.

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated7mo ago
Forks3

Languages

JavaScript

Security Score

82/100

Audited on Sep 1, 2025

No findings