The wallet UI for the RGB assets (that is defined by LNP/BP)
docker run ghcr.io/diamondhands-dev/shiro-frontend:latest
This docker comes with shiro-backend. Access to localhost:8080
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