Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 947 Bytes

File metadata and controls

51 lines (35 loc) · 947 Bytes

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.