1.4.1 • Published 1 year ago

t-w3 v1.4.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

T-W3

A vary simple CLI tool that serves as an entry way to Web3 right from your terminal

Installation

$ npm install --global t-w3

Usage

list all available commands

$ t-w3 or $ t-w3 --help

resolve an ENS name or wallet address

$ t-w3 --resolve <ens-name | wallet address>

get wallet balance

$ t-w3 --balance <wallet address | ens-name>

get token balances for a wallet address

$ t-w3 --wallet <wallet address | ens-name>

get interactions for a wallet address

$ t-w3 --summary <wallet address | ens-name>

get wallet address pools

$ t-w3 --pools <wallet address | ens-name>

get nfts in a wallet

$ t-w3 --nfts <wallet address | ens-name>

get token approvals for a wallet address

$ t-w3 --approvals <wallet address | ens-name>

!IMPORTANT WORK IS STILL IN PROGRESS. BREAKING CHANGES MAY OCCUR THIS IS A VERY SIMPLE TOOL AND IS NOT MEANT TO BE USED IN PRODUCTION. USE AT YOUR OWN RISK