Teller
Teller is a sophisticated Command Line Interface (CLI) tool designed to facilitate developers' interactions with STX contracts. It streamlines the process of exploring source code and leveraging various analytics tools, thereby significantly enhancing the developer experience within the STX ecosystem. With its intuitive design, Teller ensures that integrating STX contracts into projects is both straightforward and efficient.
Installing
Homebrew is the recommended way to install Teller:
brew install hashhavoc/tap/teller
Building From Source
To use Teller, follow these simple steps:
-
Clone the repository:
git clone https://github.com/hashhavoc/teller.git
-
Navigate to the project directory:
cd teller
-
Build the executable:
go build -o teller
-
Run Teller:
./teller
Command Line Interface
Upon running Teller, you'll encounter the following command line interface:
➜ teller
NAME:
teller - interact with the stx blockchain
USAGE:
teller [global options] command [command options]
VERSION:
v0.0.1
COMMANDS:
contracts Provides interactions with contracts
token Provides interactions with tokens
wallet Provides interactions with wallets
dex Provides interactions with multiple dex
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
Commands
Teller offers the following commands:
- contracts: Provides interactions with contracts.
- token: Provides interactions with tokens.
- wallet: Provides interactions with wallets.
- dex: Provides interactions with multiple decentralized exchanges.
- help: Shows a list of commands or help for one command.
Support
If you encounter any issues or have suggestions for improvement, please feel free to open an issue on GitHub. Your feedback is highly appreciated!
License
This project is licensed under the GNU General Public License v3.0 License - see the LICENSE file for details.