woodser / xmr-sample-next

Sample NextJS app using monero-ts
1 stars 3 forks source link

Description

This project is a sample NextJS app using the monero-ts library.

How to run in a browser

  1. git clone https://github.com/woodser/xmr-sample-next.git
  2. cd xmr-sample-next
  3. npm install
  4. npm run dev

Client-side demo

  1. Access http://localhost:8080 in a browser.
  2. See the XMR output in the web app.

Server-side demo

  1. Access http://localhost:8080/api/xmr-sample in a browser.
  2. See the XMR output in the server console.