This is a Counterparty web client application, which requires an api to function. It is currently live at xcp.dev.
Requires Node.js >= 18.
Install dependencies:
npm install
CSS is generated by tailwind.js. Open 2 terminal windows at the same time. Run the following in one:
npx tailwindcss -i ./src/input.css -o ./src/output.css --watch
In the other, run:
npm start
This project was bootstrapped with Create React App.