Reputation: 19
I'm trying to develop a simple decentralized application on windows, using the tutorial of Ethereum-"DAPPS for beginners". It needs three pieces of software: Alethzero, Mist and Mix. I'm having a lot of problems in different levels because apparently, they stopped working with Alethzero and Mix. Are there any alternatives? Is there a solution to develop a good Dapp, where I can see the most important parts of a blockchain? For instance the mining and the security system?
Upvotes: 0
Views: 713
Reputation: 51
To get started with ethereum Dapp on windows you need below things
Ethereum blockchain Private network setup, multi node / multi miner
Upvotes: 0
Reputation: 11834
You should look for another tutorial. Alethzero and Mix are discontinued for more than a year now. And the C++ Ethereum project is pretty much dead except for the Solidity language.
For alternatives, check the DApp tutorial for Parity or How to build serverless applicatoins for Mist.
Upvotes: 1