Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coinos/coinos-ui
Coinos web app front-end code
https://github.com/coinos/coinos-ui
bitcoin bitcoin-wallet lightning-network point-of-sale
Last synced: 2 months ago
JSON representation
Coinos web app front-end code
- Host: GitHub
- URL: https://github.com/coinos/coinos-ui
- Owner: coinos
- License: agpl-3.0
- Created: 2022-07-20T16:28:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T18:15:00.000Z (2 months ago)
- Last Synced: 2024-12-03T19:24:41.338Z (2 months ago)
- Topics: bitcoin, bitcoin-wallet, lightning-network, point-of-sale
- Language: Svelte
- Homepage: https://coinos.io
- Size: 39.8 MB
- Stars: 24
- Watchers: 5
- Forks: 23
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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:```sh
bun install
bun run dev
```You'll need to run [`coinos-server`](https://github.com/coinos/coinos-server) as well
# Docs
Checkout the API documentation at: http://localhost:5173/docs