Posts
Members
Info
blockchain explorer for ganache on ubuntu server
Hi, I set up ganache on a ubuntu server and now I am finding a blockchain explorer for it but I have not found it. Anyone know a suitable solution please let me know.
0
Trouble deploying to detected network (network/artifact mismatch)
I'm new to blockchain development, so I'm having issues determining what this error means. In Ganache, my RPC server is 127.0.0.1.7545 and the network id is 5777. However, when I try to create a custom RPC in MetaMask with this info, I get the following error: The endpoint…
0
ganache-cli --networkId does not work
When running ganache-cli, I set the option --networkId. But when I connect ganache-cli via MetaMask, MetaMask says ganache-cli returns 0x539(1337, default chain ID of ganache-cli). I know network ID and chain ID can be different from each other but can't find chain ID…
4
Mappings won't show up
Hey guys! I have a question relating to ganache. I'm testing out an NFT contract and ran into an issue. Mappings will not be recorded, however hard I try. I even made some simple test contracts to test it out which maps uint a = 3 to uint b = 4. The contract compiles, shows up…
12
How to get the websocket provider from ganache-core/ganache-cli
Hey guys, so this is what my set up is currently this returns the web3provider instance, is there anyway I can modify the return statement to return the websocket provider? …
8
ganache-cli unlock any account
https://github.com/trufflesuite/ganache-cli/issues/143 this is an old link, but could anyone highlight the -u flag, I know it can be used to send transactions as any account, but how can I unlock an account after ganache-cli has started? same answer for forking as well?
45
Ganache Issue for help.
⚠ Unhandled Error: Could not find 'node'. Node.js is required to be installed to link Truffle projects. Check the project configuration or try restarting Ganache.
2
Forked Ganache Node issues
I've been having issues getting set up with a forked ganache node (either mainnet or ropsten from Infura). Tried running migrations using Buidler, and the Truffle defi-box and they all hang with a range of errors (no NetworkId on Buidler, UnhandledPromiseRejectionWarning:…
0
Payable not working
Hi, the following mini contract is accepting Ether - it works on testnets but does not work with Ganache. When trying to send Ether to its address with MetaMask, I get no pre-confirm warning, but once I click confirm I get an ethjs-rpc error. Any idea how I could fix this? It…
0