This project is a sample NextJS app using the monero-ts library.
git clone https://github.com/woodser/xmr-sample-next.git
cd xmr-sample-next
npm install
npm run dev
- Access http://localhost:8080 in a browser.
- See the XMR output in the web app.
- Access http://localhost:8080/api/xmr-sample in a browser.
- See the XMR output in the server console.