Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 693 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 693 Bytes

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