An open API service indexing awesome lists of open source software.

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

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

[![Build Status](https://travis-ci.org/Bitcoin-com/wormhole-scaffold-node.svg?branch=master)](https://travis-ci.org/Bitcoin-com/wormhole-scaffold-node)