Sorry for vague question but just looking to get some insight. I have just began developing a dapp for the ethereum network and I need some advice on what development frameworks/technologies to use. I am fine with the Solidity smart contract development however I am struggling with the front-end UI and contract interaction. Is drizzle a necessity when using truffle? Is react recommended or can I just use a node-js front-end and interact with web3-js. Any advice would be great. Thanks
- You can use a node-js front-end but drizzle simplifies greatly simplifies contract interactions. I recommend exploring the existing truffle boxes boilerplates, but for simple applications there is no downside to using a front-end to interact with web3, I think it would make you a better Ethereum dev :).GrandFleet– GrandFleet2018-10-12 16:05:44 +00:00Commented Oct 12, 2018 at 16:05
Add a comment |