Run Factom On-Chain Voting locally:
git clone https://github.com/MyFactomWallet/Voting.git
cd Voting
npm ci
HTTPS=true npm start #Linux, macOS (Bash)
set HTTPS=true&&npm start #Windows (cmd.exe)
factomjs Library to interact easily with Factom blockchain.
factombip44 BIP44 for Factom in JavaScript.
ledger-factomjs JavaScript Factom Interface for the Ledger Nano S.
factom-vote JavaScript implementation of the Factom voting specification.