https://github.com/bitcoin-com/bitbox-scaffold-websockets
BITBOX React scaffold w/ Websockets
https://github.com/bitcoin-com/bitbox-scaffold-websockets
Last synced: 11 months ago
JSON representation
BITBOX React scaffold w/ Websockets
- Host: GitHub
- URL: https://github.com/bitcoin-com/bitbox-scaffold-websockets
- Owner: Bitcoin-com
- License: mit
- Created: 2018-08-14T21:56:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T17:48:50.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T00:57:23.434Z (about 1 year ago)
- Language: JavaScript
- Size: 6.55 MB
- Stars: 1
- Watchers: 3
- Forks: 7
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## BITBOX Scaffold WebSockets
Used for events, meetups etc to display BCH addresses and notify when donations are received.
## Setup
1. [Install `bitbox-sdk`](https://www.npmjs.com/package/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
[](https://travis-ci.org/Bitcoin-com/bitbox-scaffold-websockets)