A simple web interface that simplifies the RGB CLI workflow for Bitcoin Signet.
cd ../rgb
cargo build -p rgb-wallet --releaseTest that your RGB CLI works correctly:
../rgb/target/release/rgb --help- Start the backend:
Server will start at http://127.0.0.1:8080
cd backend cargo run --release