A marketplace for Hive apps.
If you want your app listed in the App store, go ahead add it to our app registry wiki page: https://github.com/hivewallet/hive-osx/wiki/App-Registry
Make sure to tag your releases as App Registry worker only list apps with their latest tagged git release.
cd ~ && git clone https://github.com/hivewallet/toolbelt.git
cd toolbelt
open index.html
Download and install Hive on your Mac OSX
cd ~ && git clone https://github.com/hivewallet/toolbelt.git
cd ~/Library/Application\ Support/Hive/Applications/
ln -s ~/toolbelt/ wei_lu.app_store
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request