Used for events, meetups etc to display BCH addresses and notify when donations are received.
- Install
bitbox-sdk
globallynpm install bitbox-sdk --global
- Scaffold an WebSockets app w/ BITBOX web bindings
bitbox 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