How to clone and create an altcoin using electron & electron.js
How to clone and create an altcoin using electron & electron.js
Is there a guide or method for cloning or making an altcoin on the electron.js framework?
I know I can use npn to download a bitcoin client for electron.js but I don't see a way to download a configurable altcoin module.
There are many guide on how to clone bitcoin and litecoin by altering the cpp files in QT on Ubuntu or Debian then cross-compiling for windows:
https://www.youtube.com/watch?v=mDGxGYvkDEE
I don't want to use QT because I have been learning MERN stack development and don't have the time to learn QT as well.
I want make my own clone of litecoin then add some web interaction to my new altcoin client using node.js and electron.js.
http://bit.ly/2SozYGO
Comments
Post a Comment