coinos / coinos-ui

Coinos web app front-end code
https://coinos.io
GNU Affero General Public License v3.0
22 stars 22 forks source link
bitcoin bitcoin-wallet lightning-network point-of-sale

Coinos

Coinos is a web-based bitcoin and nostr client. You can use it as a front end to your personal bitcoin and lightning nodes or host a public instance that allows anyone to register with a username and password. Try ours at https://coinos.io

Install

To get started, clone or download the repo, then:

  1. Create a .env file and copy the contents of .env.sample into it.
  2. Install the dependencies and run the app:

    bun install
    bun run dev

You'll need to run coinos-server as well

Docs

Checkout the API documentation at: http://localhost:5173/docs