Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

How to build a Hive app

breakeven edited this page Oct 9, 2013 · 32 revisions

Hive apps are made with HTML, CSS and JavaScript. You can use most features as in a standard web application. The Hive window is proportioned more similarly to a mobile phone, so we recommend to follow mobile web design guidelines.

Each Hive app has access to a Bitcoin object with wallet functions such as sendCoinsForAddress() or getClientInfo(). You can find a mockup of this API here: https://github.com/grabhive/hiveapp-support_hive/blob/master/js/fake_hive.js

For each app please:

Clone this wiki locally