nft

module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2021 License: MIT

README

nft

NFT CLI and Library.

这个代码库只有两个很简单的目的:

  1. 提供一个命令行小工具方便快速访问一些NFT的属性,因为他们可能还没来得及开源合约,因此Etherscan上暂时查不到;
  2. 提供ERC721的Go语言绑定库,方便其他库直接使用;

命令行工具

NAME:
   nft.0.1.1 - Common NFT CLI

USAGE:
   nft.0.1.1 [global options] command [command options] [arguments...]

VERSION:
   0.1.1

COMMANDS:
   name      Get token name
   symbol    Get token symbol
   tokenURI  Get token URI meta data
   ownerOf   Get owner of token
   help, h   Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --endpoint value, -e value  Ethereum RPC endpoint (default: "https://mainnet.infura.io/v3/")
   --help, -h                  show help (default: false)
   --version, -v               print the version (default: false)

Directories

Path Synopsis
cmd
nft

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL