Skip to main content
0 votes
1 answer
53 views

From the Moralis Streams API (i.e. an incoming webhook request), how do I verify the x-signature header? The docs say its just a sha3 of the body + api key, however this does not seem to work ...
Ethan's user avatar
  • 300
1 vote
0 answers
59 views

I need help with Moralis streams. I am trying to create a stream to listen to wallet native currency transactions. I created the webhook file and am listening through ngrok. It works fine when I ...
Umaid's user avatar
  • 131
3 votes
1 answer
266 views

I'm trying to use the MoralisProvider in my layout.js file, but it throws an error when I import it. Here's the error message I receive: ./node_modules/@toruslabs/openlogin/node_modules/@toruslabs/...
Ali Elahi's user avatar
-1 votes
1 answer
544 views

I'm facing an issue with CORS when deploying my Firebase Cloud Function. I have set up the CORS middleware, but I'm still getting a CORS error when trying to make a request to the function. Here is ...
Martin Erlic's user avatar
  • 5,687
0 votes
1 answer
250 views

I've been following video link from Moralis web3 (youtube) meanwgile I got stuck when I need to fetch data using token price Moralis API. I want the price details to be printed in the console when i ...
YuvedhaSasikumar's user avatar
1 vote
1 answer
668 views

I have a NextJS (Typescript) setup with Express . I'm using Moralis, Wagmi and Web3Auth for authentication. The Metamask authentication works, but when I try to setup Web3 Authentication by importing ...
Posh's user avatar
  • 11
-1 votes
1 answer
258 views

I am working on a dapp and I have implemented signing option using ether js but I want to also call a fucntion onclick a button to logout connected metamask wallet. Before I have used Moralis v1 ...
Alfaz Sozib's user avatar
1 vote
1 answer
286 views

I’m using metamask as web3provider. Have this code, that returns a token’s abi: import abiErc20 from './abi-erc20.json' import { ethers } from "ethers" const abiObj = { erc20abi: (...
ObscuRUS's user avatar
1 vote
1 answer
361 views

I have problem creating Moralis self-hosted server, I have a project I'm working on which was done by someone before, so he wrapped the entire app around Moralis provider and as at the time he created ...
Dawveed's user avatar
  • 11
1 vote
0 answers
51 views

This server runs fine locally using "yarn build yarn start" but when trying to deploy I am getting these errors. Cannot find anything on google so far that has worked. Any help would be much ...
luketorv's user avatar
0 votes
1 answer
197 views

const Moralis = require('moralis').default const {EvmChain} = require('@moralisweb3/evm-utils') const runApp = async () => { // WithOut Moralis initialising - I want to skip these ------(https://...
Dev shaheer's user avatar
0 votes
1 answer
126 views

I want to get the Eth Price using the MoralisJS API. The problem is that Moralis doesnt only return the ETH-Price but also a lot of other data. I only want the usdPrice of Eth, what would be the right ...
0xOtto's user avatar
  • 11
0 votes
0 answers
127 views

I am working on a dapp and I have a problem. The problem is that even if I connected the Metamask to the dapp, I cannot get its balance. But, the most interesting part, I cannot see the address which ...
Recep Çankaya's user avatar
1 vote
1 answer
6k views

I want to set login, logout callback url. So, I set the callback url like this. //signIn const signInResult = await signIn("credentials", { message, signature, redirect: false, ...
judy's user avatar
  • 117
0 votes
1 answer
58 views

I'm trying to make a simple function on the website. It should take amount of ETH as an input parameter and send it to a certain wallet. So it should have one placeholder for amount of ETH and "...
Sanchez7599's user avatar

15 30 50 per page
1
2 3 4 5
7