Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 582 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 582 Bytes

⛓ NEAR CLI

npm install -g near-cli

Fetch token data from CLI

near view dip3.mintspace2.testnet  nft_tokens '{"from_index": "0", "limit": 10}'

Get the NFTs owned by account

near view dip3.mintspace2.testnet  nft_tokens_for_owner '{"account_id":"testbase.testnet", "from_index": "0", "limit": 10}'