diamondhands-dev / shiro-frontend

The wallet UI for the RGB assets (that is defined by LNP/BP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shiro-frontend

The wallet UI for the RGB assets (that is defined by LNP/BP)

Prequisite

How to run

Docker

docker run ghcr.io/diamondhands-dev/shiro-frontend:latest

This docker comes with shiro-backend. Access to localhost:8080

From sources

git clone https://github.com/diamondhands-dev/shiro-frontend.git
cd shiro-frontend
trunk serve --port=3000

// or you can specify the backend endpoint as following
// API_ROOT=http://localhost:8080 trunk serve --port=3000

About

The wallet UI for the RGB assets (that is defined by LNP/BP)

License:MIT License


Languages

Language:Rust 97.9%Language:HTML 1.2%Language:CSS 0.5%Language:Dockerfile 0.4%