maurovz / Swift-WalletConnect

Easy iOS Web3 connection for MetaMask, TrustWallet and Rainbow Wallet
Apache License 2.0
59 stars 16 forks source link

How to show NFT information using Glaip? #18

Closed Eunno-An closed 1 year ago

Eunno-An commented 1 year ago

I succeeded login using metamask. but I don't know how to show nft's in my wallet after login.

maurovz commented 1 year ago

Currently Glaip supports login functionality only. Try using Infura or Moralis API's for wallet information.

maurovz commented 1 year ago

If enough people let me know that this is a feature they want I could add it in the future.

Eunno-An commented 1 year ago

Currently Glaip supports login functionality only. Try using Infura or Moralis API's for wallet information.

Thanks for your comment. Can I ask you a several question about developing web3 application?

Eunno-An commented 1 year ago

Is there any solution keeping connections a few days? I want to keep login , not connecting each opening app

maurovz commented 1 year ago

Hi @Eunno-An

We are using the WalletConnect library so I recommend checking out their repo as they have probably answered this questions before:

https://github.com/WalletConnect/WalletConnectSwift

If you feel it's a problem in our library (Glaip), feel free open a new issue with the details.

Cheers!