Can I send an NFT from my wallet to another wallet using only code (backend)?

I am using as a provider (infura) and as a library (ethers.js).

I have achieved it!!
ERC 721 - OpenZeppelin Docs
I used the safeTransferFrom method

1 Like