https://github.com/edgeapp/airbitz-plugins-private
Deprecated. Use public repository
https://github.com/edgeapp/airbitz-plugins-private
Last synced: about 1 year ago
JSON representation
Deprecated. Use public repository
- Host: GitHub
- URL: https://github.com/edgeapp/airbitz-plugins-private
- Owner: EdgeApp
- Created: 2015-03-01T21:17:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T05:42:44.000Z (almost 10 years ago)
- Last Synced: 2025-02-14T14:55:08.912Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.86 MB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Airbitz Plugins
===============
## About
Plugins are HTML5 applications that can be easily loaded in the Airbitz mobile
wallet. The plugins utilize `airbitz-core.js` in order to securely store data,
generate bitcoin payment addresses and request spends from the user.
## Install dependencies
Install node on Ubuntu
apt-get install nodejs
or on a Mac
brew install node
Install node modules
npm install gulp -g
cd airbitz-plugins
npm install
Check the available tasks
gulp help