A POC browser implementation of the Cashu-Address protocol.
If you are looking for the Cashu-Address protocol go here
Cashu-Address.com is built using React and vite. In order to spin up a development server simply follow these steps:
# assuming you have node and npm installed
git clone https://github.com/lightning-digital-entertainment/cashu-address-website.git
cd cashu-address-website
npm install
npm run dev