触发事件后,metamask 提示,转账不能成功,但在remix和etherscan均能正常执行。请问如何解决?
```
This transaction is expected to fail. Trying to execute it is expected to be expensive but fail, and is not recommended.
```
React代码
```
async function payWi...
...用的技术:
* Nodejs用于后端/API。
* 用于客户端登录的MetaMask。
* 用于NFT所有权验证的OpenSea API。
这是Authenticating users to your web app using metamask and nodejs一文的后续,所有基本的metamask登录代码都在该文章中共享。链接:https://b...