0
I will try just for educational purposes create my alt-coin. But i have some questions before to start.
It's possible create the alt-coin since my ubuntu and maintain this alt-coin since my pc if its always turn on?
My last question, at this moment is possible that this new altcoin get some real price in the market?
Someone can guide me a little or say me if will be useful in something create a new alt-coin? And maybe can get be profitable?
could you guide me a little how to create an ERC20-token ¿? some tutorial you think is useful or explain well how to do this? – Sergio Ramos – 2018-03-18T17:20:53.917
can i put name to this token? – Sergio Ramos – 2018-03-18T17:40:02.843
An ERC20 token is based on a smart contract. I uploaded 3 of them (only basics): https://github.com/ndsvw/Ethereum-Web3-SmartContract-HelloWorld https://github.com/ndsvw/Ethereum-Web3-SmartContract-Escrow and https://github.com/ndsvw/Ethereum-Web3-SmartContract-Coinflipping
– ndsvw – 2018-03-18T21:46:18.543And this is the basic ERC20 code you need: https://gist.github.com/ndsvw/53ff3cd511498da2dead79b8cd0e693f Yes. You can set a name. It's the second parameter of MySpecialToken() in this file.
– ndsvw – 2018-03-18T21:47:29.787ok i will check that. i will try to make it using erc20 token. i checked other way https://github.com/tiagosh/AltcoinGenerator but i think your is best.
– Sergio Ramos – 2018-03-19T00:06:40.840can you check this video? https://www.youtube.com/watch?v=jcu4BB7EAx0&feature=youtu.be&t=266 i think is a simple way to make it and like you say blockchain handle everything.
– Sergio Ramos – 2018-03-19T01:22:11.917