Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 768 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 768 Bytes

BITBOX Scaffold WebSockets

Used for events, meetups etc to display BCH addresses and notify when donations are received.

Setup

  1. Install bitbox-sdk globally
    • npm install bitbox-sdk --global
  2. Scaffold an WebSockets app w/ BITBOX web bindings
    • bitbox new myApp --scaffold websockets
  3. cd in to the newly created app
    • cd myApp
  4. Install dependencies
    • npm install
  5. Edit the src/donations.js file with images, names and addresses
  6. Start the app
    • npm start
  7. Open a browser to http://localhost:3000/
  8. Win

Build Status