Hello!
I am using web3j for an Android application. How can I send NFT token using web3j library?
Jul 6, 2023, 1:56 PM
call the nft token Contracts safe transfer from function
Jul 6, 2023, 2:02 PM
Could you send any examples please?
Jul 6, 2023, 2:02 PM
use signer , provider method and connect to the nft contract you wanna transfer... thn call the respective function
web3js library docs has some implementation examples
Jul 6, 2023, 2:04 PM
I can't understand how to do it from this message. Could you share any documentation for web3j?
Jul 6, 2023, 2:10 PM
https://web3js.readthedocs.io/
https://web3js.readthedocs.io/en/v1.10.0/web3-eth-contract.html
Jul 6, 2023, 2:11 PM
I don't understand JavaScript. Interfaces between web and web3j too different
Jul 6, 2023, 2:11 PM
stack used?
Search in GitHub, there are a lots of working examples of the actual implementation
Jul 6, 2023, 2:13 PM
Kotlin
Jul 6, 2023, 2:13 PM
okay , no clue of kotlin here 😢...
I'd suggest GitHub and google
I'd suggest GitHub and google
Jul 6, 2023, 2:13 PM
Thank you)
Jul 6, 2023, 2:14 PM