-2

I want to transfer ERC1155 NFT from one contract account to another. Does anyone know how to make it work with ethers.js

Vignesh
  • 11
  • 2

1 Answers1

1

As every Ethereum contract

  • use Type Chain to create contract typings ABI and contract factory in TS
  • connect contract to Ethers.js provider
  • perform transactions using Contracts methods. Probably the response is too generic but the question is generic too.
dm.shpak
  • 335
  • 1
  • 7