https://github.com/bitcoin-com/wormhole-scaffold-node
Basic command line node app w/ Wormhole SDK bindings
https://github.com/bitcoin-com/wormhole-scaffold-node
Last synced: about 2 months ago
JSON representation
Basic command line node app w/ Wormhole SDK bindings
- Host: GitHub
- URL: https://github.com/bitcoin-com/wormhole-scaffold-node
- Owner: Bitcoin-com
- License: mit
- Created: 2018-08-15T00:07:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T01:52:39.000Z (over 7 years ago)
- Last Synced: 2025-03-21T09:48:10.193Z (about 1 year ago)
- Language: JavaScript
- Size: 709 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## BITBOX Scaffold Node
## Setup
1. [Install `wormholecash`](https://www.npmjs.com/package/wormholecash) globally
- `npm install wormholecash --global`
2. Scaffold an Angular app w/ Wormhole SDK web bindings
- `wormhole new myApp --scaffold node`
3. `cd` in to the newly created app
- `cd myApp`
4. Install dependencies
- `npm install`
5. Start the app
- `npm start`
6. Win
[](https://travis-ci.org/Bitcoin-com/wormhole-scaffold-node)