Is there an equivalent to opensea-js's transfer? #577
Answered
by
ryanio
Chinch-Bug
asked this question in
Q&A
-
I saw that the opensea-js sdk has a method for transfering tokens between wallets. Does seaport-js have any equivalent for transfering NFTs between wallets? (I assume not, but I figured I might've missed it while looking) |
Beta Was this translation helpful? Give feedback.
Answered by
ryanio
Jun 17, 2024
Replies: 1 comment
-
You can just copy over the method to your own app code if you want to use it without OpenSea-js, it just uses ethers.js |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Chinch-Bug
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can just copy over the method to your own app code if you want to use it without OpenSea-js, it just uses ethers.js