yilakb / coinos-ui

A bitcoin wallet app

Home Page:https://coinos.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coinos

Coinos is a bitcoin wallet app that supports payments over the bitcoin, liquid and lightning networks. Try it out at coinos.io.

This repository contains the code for the frontend user interface which is a progressive web application built with VueJS. If you intend to run it yourself you'll also need to host an instance of coinos-server which provides a REST/Websocket API and interfaces with bitcoind, elementsd, and lnd.

Getting Started

git clone https://github.com/coinos/coinos-ui
cd coinos-ui
yarn
yarn start

Setup pre-commit git hooks

We have a pre-commit git hook for running prettier on all files to keep the formatting consistent.

git config core.hooksPath "./git_hooks" - This will set the git config path to use this directory for hooks.

chmod +x ./git_hooks/pre-commit - This will give the hook the necessary permissions to run.

About

A bitcoin wallet app

https://coinos.io/

License:GNU Affero General Public License v3.0


Languages

Language:Vue 76.9%Language:JavaScript 22.5%Language:HTML 0.4%Language:Shell 0.1%Language:Dockerfile 0.0%