jarvis
Ethereum automation made easy to human
Installation
Build on your own
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt-get update
sudo apt-get install go-1.12
GO111MODULE=on /usr/lib/go-1.12/bin/go get github.com/tranvictor/jarvis@v0.0.1
GO111MODULE=on /usr/lib/go-1.12/bin/go install github.com/tranvictor/jarvis
jarvis
command will be installed to ~/go/bin
Build on windows
Install mingw-w64 from here
Add mingw-64 bin folder to PATH
Go to jarvis folder and using following command to build
go build -v
There should be jarvis.exe file. Add jarvis to PATH (optional)
Jarvis works on cmd, proshell but will not have color.
Windows Terminal and Gitbash support color
How to use it
See help with
~/go/bin/jarvis -h
Ledger on Ubuntu
Add the rules and reload udev. More infomation see here
wget -q -O - https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/add_udev_rules.sh | sudo bash