bakosafe-proxy-cli
v0.0.5
Published
A cli tool to execute action on a proxy contract
Downloads
305
Readme
Bako Proxy CLI
A CLI tool to execute actions on a proxy contract.
Summary
Quick Start
Installation
npm install -g bakosafe-proxy-cli
Usage
bakosafe-proxy-cli --help
Help output
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.
License
This package is licensed under the Apache 2.0 license.