I want to transfer ERC1155 NFT from one contract account to another. Does anyone know how to make it work with ethers.js
Asked
Active
Viewed 1,419 times
1 Answers
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