codyborn / tokenCast

DIY NFT Art Display
http://tokencast.net
GNU General Public License v3.0
104 stars 30 forks source link

Unable to fetch tokens from metamask wallet #25

Open uditswaroopa opened 2 years ago

uditswaroopa commented 2 years ago

Unable to see tokens in the metamask wallet, I have checked the logs it's doesn't show any error. Kindly take a look at this issue image

flo-s99 commented 2 years ago

Same here, I'm looking to fix it. The project itself website is up to date, but looks like the code repository isn't maintained. (Just inspect the code on the demo site) Instead of running in an endless loop like you and I do after walletconnect, it correctly asks for the Ethereum Signature - Without the signature, you cannot proceed. Screenshot 2022-04-12 at 11 24 00

I rewrote the code in the Account View Index.cshtml but am now running into an error "onConnectEthereum doesn't exist" even tough it is defined. The basic bug tho is as explained, the process of getting the ETH signature is not working and instead the code makes more web3 connection requests.