PyBLØCK Coinos Wallet Connect
Closed this issue · 0 comments
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/asoltys/coinos
cd coinos
yarn
yarn start
Example:
curl 'https://coinos.io/api/send' -d '{"amount":1,"asset":"6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d","username":"adam"}' -H 'Authorization: bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6InNhdG9zaGktM2U5MjdmNjYiLCJpYXQiOjE2MDI0NzQwOTZ9.8VvfGz59_R_nBsiyvKdvuJOiGn5tjyzU38l8fOBCcqo' -H "Content-Type: application/json"