-
i have a function name payToMint provide by my smart contract.
` const contract = new web3.eth.Contract(abi, contractAddress);
contract.methods.payToMint(walletAddress, uri).send({
from: …
-
Dear Ty-Sir,
I run the abi.js file into a validator, and it does not seem valid JSON anymore. https://abi.hashex.org/
I understand the tables and arguments but the video you provided uses differen…
-
Firstly I would like to thank you for this contribution by which I got inspired to have the walletconnect work.
In addition to it, I would like to extend the feature with moralis solution, I understa…
-
Hello @B-Venkatesh7210 your Project chirping, I was trying to see it run on my windows laptop and the metamask wallet is not connecting, it always says login using moralis account but i don't know and…
-
I've got a basic Vite + React-TS template. Then added the codes found from [Connect with React](https://docs.moralis.io/moralis-dapp/connect-the-sdk/connect-with-react).
Initially it didn't work t…
-
## New Bug Report
### Checklist
- [x] I am not disclosing a [vulnerability](https://github.com/MoralisWeb3/react-moralis/blob/main/SECURITY.md).
- [x] I have searched through [existing issu…
-
How to migrate:
https://docs.walletconnect.com/2.0/advanced/migrating-from-v1.0
-
There seems to be a major overhaul in Moralis' UI, and numerous people were seeking help (due to the fact that it is completely different than that of the course) in the discussions lately.
Legacy …
-
Any plan to provide alteranative so we could use `Infura` or `Alchemy` RPC nodes?
Thanks
```
(node:5748) UnhandledPromiseRejectionWarning: Error: Unsupported method [eth_signTypedData]. See avail…
-
Hi Fahmid!
Thank you so much for your submission, I really liked what you did and how you documented it. It was smart to use Moralis instead of implementing the auth signature verification from scrat…