Dapp won't load after basic initialisation
See original GitHub issueHello, please forgive my newbity on posting issues.
I am following the basic initialisation tutorial on the Truffle site— https://truffleframework.com/boxes/drizzle. I get an error I can only begin to describe with a screenshot. The app freezes on the “Loading dapp” junction.
node v8.11.3 (LTS)
npm 5.6.0
latest truffle and ganache-cli installed last night (Aug 2, 2018). Thank you for any and all help, and of course, for all the free and awesome software.
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
How shoud I properly initialize DApp and get account address?
I am writing DApp in react, and basically I want to initialize web3, unlock account, and display it. Having web3 in my package.json...
Read more >Create A Simple Dapp - MetaMask Docs
Open the project folder. Navigate to start -> index.html , and look at the comment stating part 1. This is the UI for...
Read more >Ethereum provider injection randomly fails on Android #1975
When I open my DApp, the web3 provider is not always injected. It doesn't make sence I use @metamask/detect-provider or plain window.ethereum ...
Read more >How to start with the Dapp - MultiversX blockchain - Elven Tools
Clone/Download/Initialize the repository code. There are three ways of getting the Dapp's code: By using Elven Tools CLI (since v1.8.1).
Read more >The Right Way To Develop Your Ethereum Dapp is Here
Basic knowledge about truffle is required. ... Step 1.2 : Initialise truffle ... To install Drizzle, run the following command which took me...
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
@joshma91 I’ve not used redux/drizzle since then. I’m just working with react & solidity for now. Thank you. Also learned a fair bit about managing nvm/node/npm since then. I may have had 2 or 3 node installations at the time. Now I use only nvm. Thank you.
Great!