Closed elv-todd closed 1 year ago
/nft/owners/:contract
the slow command is:
< something something globo >
new authd api PR: https://github.com/qluvio/elv-master/pull/1009
elv-live-js PR: https://github.com/eluv-io/elv-live-js/pull/137
nft_show <addr> [options]
Show info on this NFT
Positionals:
addr NFT address (hex) [string] [required]
Options:
--version Show version number [boolean]
-v, --verbose Verbose mode [boolean]
--as_url Alternate authority service URL (include
'/as/' route if necessary) [string]
--help Show help [boolean]
--check_minter Check that all NFTs use this mint helper
--show_owners Show up to these many owners (default 0),
loaded from an index. Only used when token_id
is not specified.
--show_owners_via_contract Show up to these many owners (default 0),
parsed directly from the contract. Only used
when token_id is not specified.
--token_id External token ID. This will take precedence
over show_owners. [string]
close as done, reopen after deploy and test with any issues
elv-live performance update:
nft_show --show_owners
so it will be "fast"tenant_show $TENANT --check_nfts
, make sure it's okre: authd endpoint,
/nft/info/:addr
just shows totalso, we'll need a change there that retrieves owners from the indexer, such as a public api
/nft/owners/:contract
here's the format