Bitcoin Donations: 1GbpRPE83Vjg73KFvTVZ4EnS2qNkiLY5TT
Block explorer for the testnet: https://52.36.106.100:3010/explorer.html
Facts about Flying Fox:
*It uses state channels as a scalability solution. https://www.jeffcoleman.ca/state-channels/
*It has a consensus mechanism optimized for state channels. "lightning_consensus.md" in /docs explains how it works.
*Finite memory requirement of 2 gigabytes.
*Written in the erlang programming language
*Betting is inside of the lightning network.
*Judgement on the outcome of bets occurs off-chain, in the lightning network. Truthcoin style oracles https://www.truthcoin.info/
*Rate of coin creation adjusts to match demand
---Code of conduct, development guidelines: Submit pull requests. If I like your code, and it passes tests, I will accept it. Feel free to ask me questions or make github issues.
---Installing
Flying Fox has an executable version for 64 bit linux. You can get it here: https://github.com/BumblebeeBat/FFLinuxExecutable64
Other types of computers need to install it from source, look at compile.md