This is a very simple demonstration of how you can use kujira.js to create a trading bot on FIN.
Quickstart
git clone https://github.com/demludi/kujira-fin-bot.git
yarn
SET YOUR MNEMONIC in Buy.js , Sell.js & Claim.js ( const MNEMONIC = "..."; )
node Buy.js ( Submit limit buy order )
node Sell.js ( Submit limit sell order )
node Claim.js ( Claim all filled orders )