Pages:
Author

Topic: How to build a Hive app (introducing the Hive app API) - page 4. (Read 28640 times)

full member
Activity: 145
Merit: 100
┗(°0°)┛
I am working hard and hope i'll have an app for http://satoshirat.com soon.
Nice! Let us know when you finish it, or if you have any problems with the API.
full member
Activity: 145
Merit: 100
┗(°0°)┛
so the index.html has to be compiled into the hive.app? Can it be loaded from an url?
Yes, the base HTML file must be available offline inside the app bundle. When it opens you can use JS to load additional scripts and resources, some of which might be loaded from a remote server (though it's recommended that as much as possible is kept inside the bundle for faster loading).

Quote
yes they have to be compiled and made into a .hiveapp and put in this folder https://github.com/grabhive/hive-osx/tree/master/Hive/Applications then compiled. That is the only way I see currently.
Actually, the .hiveapp bundles don't have to be added to that Applications folder - those four that are there now will be preinstalled for all users, but the idea is that you can add any apps to Hive that you've downloaded from anywhere - author's website, GitHub, email attachment, whatever. You just open the .hiveapp in Finder and Hive will ask you if you want to "install" the app.

Quote
Also if you want someone that has a current git master branch of hive working to test your applications, I be willing to do that for $10 in BTC for each test per application. I even have the debug enabled.
We're planning to release a new build with the new API soon (tomorrow/Wendesday), we just need to make sure the four bundled apps are all working correctly.
member
Activity: 121
Merit: 14
I am working hard and hope i'll have an app for http://satoshirat.com soon.

Great job, i think this kind of wallet approach will stimulate btc economy more.

legendary
Activity: 1498
Merit: 1000
so the index.html has to be compiled into the hive.app? Can it be loaded from an url?

yes they have to be compiled and made into a .hiveapp and put in this folder https://github.com/grabhive/hive-osx/tree/master/Hive/Applications then compiled. That is the only way I see currently.


Also if you want someone that has a current git master branch of hive working to test your applications, I be willing to do that for $10 in BTC for each test per application. I even have the debug enabled.
full member
Activity: 154
Merit: 100
Ice-Dice.com | Massive Referral Bonus!
so the index.html has to be compiled into the hive.app? Can it be loaded from an url?
sr. member
Activity: 469
Merit: 250
English Motherfucker do you speak it ?
You are awesome
member
Activity: 87
Merit: 10
Buy and Sell Templates and Themes with Bitcoin.
Not only will Hive bridge that gap between the masses and Bitcoin, these integrations will help propel Bitcoin services.  +1 to you guys  Smiley
hero member
Activity: 672
Merit: 500
Looks great so far, keep up the good work!
hero member
Activity: 484
Merit: 500
Looking forward to getting BitcoinStarter Bitcoin crowdfunding app on Hive   Wink

Just amazing work guys!
sr. member
Activity: 378
Merit: 325
hivewallet.com
Great! Best of luck! This will be an amazing contribution to Bitcoin

Thank you very much, we sure hope so!

Great job mate!

Thank you! And thanks for being such an inspiration!
legendary
Activity: 1008
Merit: 1021
Democracy is the original 51% attack
Great job mate!
hero member
Activity: 504
Merit: 500
Great! Best of luck! This will be an amazing contribution to Bitcoin
sr. member
Activity: 378
Merit: 325
hivewallet.com
reserved
sr. member
Activity: 378
Merit: 325
hivewallet.com
Hive is pleased to announce our v1 app API, now available to developers!

Hive apps are made with HTML, CSS and JavaScript. They're basically just websites with JavaScript code, running in an embedded browser inside the Hive window. You can use most features you'd expect from a standard modern web browser.

Full instructions for how to create a Hive application can be found on our wiki here:
https://github.com/hivewallet/hive-osx/wiki/How-to-build-a-Hive-app

API-specific documentation can be found here:
https://github.com/hivewallet/hive-osx/wiki/API



Frequently asked questions

Q: Once I've built my app, how do I get it included in Hive?
A: A formal submission process will be created over the next few weeks. For the moment, please notify us here and/or via email at [email protected] and we will review it and hopefully include the app with our test releases.

Q: Do I need to include all of my site or service's functionality in the app?
A: It isn't necessary. Remember, many Hive users will not have used Bitcoin before. Especially for the first version of your app, we suggest that you only include functionality that will give users a taste of your services.

Q: Can I just use an iframe to embed my webpage?
A: There are of course exceptions, but on the whole we would greatly prefer it if you did not. Smiley
Pages:
Jump to: