https://github.com/edgeapp/airbitz-plugins
Cross platform code for Airbitz wallet apps
https://github.com/edgeapp/airbitz-plugins
Last synced: about 1 year ago
JSON representation
Cross platform code for Airbitz wallet apps
- Host: GitHub
- URL: https://github.com/edgeapp/airbitz-plugins
- Owner: EdgeApp
- Created: 2016-02-02T21:47:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T04:28:48.000Z (over 7 years ago)
- Last Synced: 2025-02-14T14:55:08.582Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 5.62 MB
- Stars: 6
- Watchers: 18
- Forks: 14
- Open Issues: 4
-
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
## API Documentation
[Airbitz Developer Website](https://developer.airbitz.co/plugins)