webaverse / webaverse-blockchain-lib

0 stars 1 forks source link

Set Name does not work #8

Open redsky500 opened 2 years ago

redsky500 commented 2 years ago

First run the project and login with metamask. And you can check your profile information by clicking fetch profile button. And you can change the your profile name by clicking set name button. But it does not working.

hamzatrq commented 2 years ago

It will not work because the PRs are wrong. They do not follow the flow. You can not send rpc requests to non deployed contract. This is what might be happening. Because our accounts contract is only available on sidechain and when you connect your metamask it will not be connected to sidechain. So when the request goes to blockchain for calling the smart contract at the address. There is nothing.

redsky500 commented 2 years ago

Hi, sir. What are you talking about? You just said our accounts contract is only available on sidechain, but I can use contract by connecting with metamask. And does your video that shared before work correctly?