Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
49 views

I'm building a data service using @deltadao/nautilus and ethers.js (v5.8.0) in an AdonisJS environment. I am trying to publish a data asset on the Pontus-X Testnet (Chain ID 32457). Since this network ...
1 vote
0 answers
55 views

I’m building a simple Voting DApp using Solidity and Hardhat. The contract deploys successfully, and I can start and end voting without issues. However, when I try to call the getWinner() function ...
0 votes
1 answer
99 views

There's a few different ways of accessing dapp providers, but one of the most standard ways to check everything's good in the context you're running things is with a bog standard, window....
0 votes
0 answers
51 views

I’m working on a Next.js application and using Wagmi to interact with a smart contract. The issue I'm facing is that when I call the getDoubledNumber() and number() functions from the frontend using ...
0 votes
0 answers
41 views

I'm trying to test my smart contract using ganache provider and mocha but seeing this error. AbiError: Parameter decoding error: Returned values aren't valid, did it run Out of Gas? You might also see ...
1 vote
0 answers
59 views

I'm building a MetaMask Snap and I need help with the following use case: A user deploys a smart contract using Remix IDE. Instead of MetaMask directly sending the transaction to the default Ethereum ...
0 votes
0 answers
30 views

Configured remix.ethereum.org ( Browser based Remix IDE ) . Environment set to Injected Web3 Provider Metamask. Network in Metamask is set to Infura Sepolia using RPC URL. https://sepolia.infura.io/v3/...
0 votes
1 answer
144 views

Right now I'm getting a weird error, I'm trying to convert an object to a string and I get this type error. const x = await web3.eth.getTransaction(tx); console.log(x); ^ ...
0 votes
0 answers
116 views

const BN = window.BN || solanaWeb3.BN; if (typeof window !== "undefined" && typeof window.Buffer === "undefined") { window.Buffer = { from: (data) => new ...
0 votes
0 answers
236 views

I'm working on an integration with PancakeSwap using Java and Web3J. All my tests were conducted on BSC Testnet. After conducting some research, I used the UI to perform a transaction that went ...
1 vote
0 answers
184 views

I'm building a React app with Solana wallet integration and experiencing a persistent issue where transactions are successfully sent (I get a valid transaction signature), but they never confirm on-...
0 votes
0 answers
39 views

how are you? I'm trying to do a Swap Input Exact, and I'm generating the hash and spending gas, but the tokens are not being swapped. This is a hash that was generated, but no tokens were swapped: ...
2 votes
0 answers
72 views

I wanted to get a quote for WETH/USDC using ether on testnet(sepolia). To the best of my knowledge being a newbie in web3, I think my code looks decent but when I try get the quote I get an error. I ...
0 votes
0 answers
40 views

I am tired of contant getting error below. Each time I am truing to call a method from a NodeJS app that works on Debian 11, it causes it. I can call this method directly from REMIX and from the ...
0 votes
1 answer
119 views

I'm trying to incorporate gun web3 library into my Angular app, but I'm running into the following error: [vite] Internal server error: Cannot find module './lib/text-encoding' Require stack: I'm ...

15 30 50 per page
1
2 3 4 5
...
156

AltStyle によって変換されたページ (->オリジナル) /