AirSwap: Track NFT Contract Addresses with AirSwap CLI
Learn how to use AirSwap CLI to track NFT contract addresses.
Last updated
Was this helpful?
Learn how to use AirSwap CLI to track NFT contract addresses.
Last updated
Was this helpful?
AirSwap is a decentralized trading system for transferring digital assets between users and communities. AirSwap utilizes peer-to-peer network infrastructures to facilitate digital asset trading that is secure and efficient. AirSwap offers a CLI tool for tracking contract addresses through local metadata and creating staging environments for transactions.
Read below to learn how to use AirSwap CLI to track NFT contract addresses.
git clone https://github.com/airswap/airswap-cli.git
cd airswap-cli
yarn global add airswap
airswap chain
airswap metadata:add
When prompted, enter the following details:
Ticker
Name
Decimals
Contract Address
airswap metadata:lookup
This returns a link to the Polygon scan website that shows the details of this contract address:
By using this workflow, you can keep track of the contract addresses for your NFTs in a simple CLI interface for quick access or query, which returns the direct link to the PolygonScan website for detailed information on your transaction!