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
- Host: GitHub
- URL: https://github.com/bitcoin-com/wormhole-scaffold-next
- Owner: Bitcoin-com
- Created: 2018-08-15T00:38:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T01:51:59.000Z (over 7 years ago)
- Last Synced: 2025-01-26T06:25:22.704Z (over 1 year ago)
- Language: JavaScript
- Size: 872 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](https://travis-ci.org/Bitcoin-com/wormhole-scaffold-next)