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

How to build a Hive app

Dariusz edited this page Oct 9, 2013 · 32 revisions

Hive apps are based on HTML5. You can use most of its features. The Hive window in terms of size is usually similar to phone screen so we recommend to follow mobile sites design guidelines.

Each Hive app has access to bitcoin object with wallet functions like 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