Home

Awesome

honeybadger

honeybadger is a sister project to Tezori/Galleon. It is a wallet framework targeting mobile platforms, written in TypeScript with react-native. Presently, honeybadger supports the Tezos blockchain and aims to provide deep support for that platform beyond simple transfers and staking operations. honeybadger is based on ConseilJS.

honeybadger is packaged for release by Cryptonomic Inc as Galleon Mobile.

Development on OSX

Install development tools

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
brew install watchman
sudo gem install bundler:2.1.4
sudo gem install cocoapods
nvm install 12.16.3
npm install
cd ios && pod install && cd ..
npm start (in one terminal)
npm run ios (in another terminal)

Resetting the build

watchman watch-del-all
rm -rf ./node_modules

Architecture Overview

TBD

Support

TBD