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

https://github.com/bitcoin-com/wormhole-scaffold-next

Wormhole SDK Scaffold NextJS
https://github.com/bitcoin-com/wormhole-scaffold-next

Last synced: about 2 months ago
JSON representation

Wormhole SDK Scaffold NextJS

Awesome Lists containing this project

README

          

## Wormhole SDK Scaffold NextJS

## 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 next`
3. `cd` in to the newly created app
- `cd myApp`
4. Install dependencies
- `npm install`
5. Start the app
- `npm start`
6. Open a browser to `http://localhost:3000/`
7. Win

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