# Send NFT around ON SHIMMER TESTNET
## Download cli-wallet 1.0.0-rc.1
https://github.com/iotaledger/cli-wallet/releases/tag/v1.0.0-rc.1
## Follow instructions:
https://github.com/iotaledger/cli-wallet
### Init wallet with 24 words mnemonic
`./wallet init --node "https://api.testnet.shimmer.network" --mnemonic "insert all twenty four words here"`
:information_source: Type the Stronghold password twice. This is necessary to keep your 24 words mnemonic safe in your Stronghold.
:warning: The mnemonic will be written to a "mnemonic.txt". Delete that file.
### Create new account
`./wallet new Alice`
:information_source: Unlock this wallet with the Stronghold password used above.
### Show available address
`> Account "Alice": addresses`
### Show available NFTs and IDs
`> Account "Alice": balance`
The output will be like:
`
2022-10-13 13:47:19 (UTC) wallet::command::account INFO AccountBalance { base_coin: BaseCoinBalance { total: 3930300, available: 3843000 }, required_storage_deposit: 3930300, native_tokens: [], nfts: [NftId(0x7804860acf0e403003aa31de47af4b3fd54f815f90f57d0de0a5d0cd5e6b5d5a), NftId(0x807e1d41ef922252fe46c671f5f2afc31819f1fa0f8d1929fa4d868387e73816), NftId(0xa93e00740ecd80895fccf3deef1a6141a9b347eb5d3ef900e4a3681353432307)], aliases: [], foundries: [], potentially_locked_outputs: {} }
`
:information_source: The `NftId` will be required in the next step to send away a single NFT
### Send NFTs
`> Account "Alice": send-nft <DESTINATION ADDRESS> <NFT ID>`
`> Account "Alice": send-nft rms1qz8vmj53g25ss2ssdm7u3ugm6ehxxepxn05fzqwltdjxu4l9jek32zv6w5h 0x50f7224c01cf7d91060976ce0926507b0f8e229bdebd93cc4dee47d6bdf7507f`