https://github.com/bitcoin-com/wormhole-scaffold-angular
Basic Angular app w/ Wormhole SDK web bindings
https://github.com/bitcoin-com/wormhole-scaffold-angular
Last synced: about 2 months ago
JSON representation
Basic Angular app w/ Wormhole SDK web bindings
- Host: GitHub
- URL: https://github.com/bitcoin-com/wormhole-scaffold-angular
- Owner: Bitcoin-com
- License: mit
- Created: 2018-08-15T00:24:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T18:57:23.000Z (over 7 years ago)
- Last Synced: 2025-03-21T09:48:10.200Z (about 1 year ago)
- Language: TypeScript
- Size: 1.4 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Wormhole SDK Scaffold Angular
## 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 angular`
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-angular)