Used for events, meetups etc to display RVN addresses and notify when donations are received.
- Install
rvnbox-sdk
globallynpm install rvnbox-sdk --global
- Scaffold an WebSockets app w/ RVNBOX web bindings
rvnbox new myApp --scaffold websockets
cd
in to the newly created appcd myApp
- Install dependencies
npm install
- Edit the
src/donations.js
file with images, names and addresses - Start the app
npm start
- Open a browser to
http://localhost:3000/
- Win