CLI tool that wraps flexpool API.
WARNING: This tool is in development and does not cover the the flexpool API fully.
- go (v1.13 or higher)
Install the tool:
git clone https://github.com/flexpool/flexpool-cli.git
cd flexpool-cli
make install
After that, you would be able to access flexpool-cli
.
Add your address(es) to the watchlist by using flexpool-cli addr add
flexpool-cli add 0x85A20253f8ff8374f65D4F4797F065f8aCe6f136
Now you can use flexpool-cli stat
, flexpool-cli sum
and other commands
Usage:
flexpool-cli [command]
Available Commands:
addr Address management
config Configuration management
help Help about any command
stat View the address' stats
sum View the summary on watched addresses
version Print version
Flags:
-h, --help help for flexpool-cli
Use "flexpool-cli [command] --help" for more information about a command.
Just do make uninstall
bash: command not found: flexpool-cli
Ensure that you have GOPATH & PATH variables set correctly.
Linux: $HOME/.config/flexpool/flexpool-cli/
macOS: $HOME/Library/Application Support/flexpool/flexpool-cli
Windows: %APPDATA%/flexpool/flexpool-cli
Also you can use flexpool-cli config path
to view the active config path. To clean the configuration, use flexpool-cli config clean
.
GNU General Public License v3