-
import { useMoralisQuery } from "react-moralis";
const { data } = useMoralisQuery("TestLikes")
This is working in react.js but not working react-native.
I can get TestLikes data from Moralis …
-
Error in src/App.jsx, "styles" is not defined on line 37, 62 and 68
The error makes the app to show a blank screen
-
1) When you click Authenticate and choose MetaMask and then click "Sign" in MetaMask, nothing happens, unlike the GIF where you can see your address instead of the Authenticate button after you login…
-
In order to improve the UX and performance of Ethereum Boilerplate, adding PWA functionality will be a great feature to be added. This will in turn make Ethereum Boilerplate-based Web dApps to be avai…
-
### 1. What is your project? (max 100 words)
Loader is a desktop IPFS client. Think of it as a boilerplate code for electron and go-ipfs. The main purpose for it - is to integrate this application…
-
One fundamental limitation in the way we program Move is that, often when you create a new object and transfer it to someone, that object is no longer accessible from Move in the same call. To test so…
-
## New Bug Report
### Checklist
- [ ] I am not disclosing a [vulnerability](https://github.com/MoralisWeb3/react-moralis/blob/main/SECURITY.md).
- [x] I have searched through [existing issu…
-
Every time I created a Class, the ACL was always set to "Master Key Only". Even after making sure that my ACL is set to PublicReadAccess and PublicWriteAccess to true, it was always set to "Master Key…
-
## Background
`nim-waku` provides a JSON-RPC API for non-Nim clients. The [original plan](https://github.com/status-im/nim-waku/issues/243) was to have this API be REST-like so that it could event…
-
I am trying to get the token price from useTokenPrice hook but its giving me this error
Error:
Fetch Price error {"code": 141, "error": "Invalid function: \"getTokenPrice\""}