'ERC1155 NFT transfer using Ethers.js
I want to transfer ERC1155 NFT from one contract account to another. Does anyone know how to make it work with ethers.js
Solution 1:[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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | dm.shpak |
