Hangs at "ethereum loading" window, "btc-swap contract not found" in console
See original GitHub issueWhen trying to open etherex in web browser, when connected to local geth node, “Ethereum Loading” windows appears and hags there forever.
In browser console there’s error:
btc-swap contract not found
Issue Analytics
- State:
- Created 8 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Smart Contract UI stuck at ⚙️ Loading dapp... #47 - GitHub
Open a terminal window and type: ganache-cli . You can then deploy to this using the same development destination and it will find...
Read more >How to Fix a Pending / Stuck Transaction on Ethereum
UPDATE: I forgot to show how to enable Customize Nonce in the video. Go to Settings - Advanced - Customize Nonce and turn...
Read more >FIX Stuck Transaction on Ethereum - YouTube
Guide to how to fix Stuck transactions on Ethereum Network. Stuck transitions are annoying as they prevent the entire account from being ...
Read more >window.web3.eth.Contract no longer works. How do i now ...
So instead of using window. web3 since Metamask no longer injects it into webpages, you can do this before making the call to...
Read more >A Guide to Events and Logs in Ethereum Smart Contracts
A technical introduction to use cases for events and logs on the Ethereum blockchain with sample code.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Contracts haven’t been deployed on the network yet, they were on Olympic and will be on the official testnet once it lands in the next geth release.
So I would need to launch the contracts on my private net myself yes? How does one do that? I can see three contracts and a YAML file if only I knew how to deploy those into my private net…