A CLI tool to execute actions on a proxy contract.
npm install -g bakosafe-proxy-cli
bakosafe-proxy-cli --help
Usage: Proxy scripts [options] [command]
Scripts for interacting with the proxy contract
Options:
-h, --help display help for command
Commands:
balance [options]
setImplementation [options]
getImplementation [options]
getOwnership [options]
transferOwnership [options]
transferSelf [options]
help [command] display help for command
For passing the provider URL and account key, you can use the environment variables PROVIDER_URL
and API_TOKEN
respectively.
This package is licensed under the Apache 2.0 license.