Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 536 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 536 Bytes

Cashu-Address.com

A POC browser implementation of the Cashu-Address protocol.

If you are looking for the Cashu-Address protocol go here

Getting started

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