Create custom coins in ethereum wallet

506 Views Asked by At

I am newbie in ethereum wallet. I need to generate a custom currency using ethereum but due to very little guidance for it over net i am getting confused and not getting any suitable output from last 2 weeks. I would be thankful if i can get help from any one so that I can proceed on it and get some progress over it.

Thanks in advance

2

There are 2 best solutions below

9
On

In order to create your own token you can deploy your ERC20 smart-contract using the following smart-contracts example as a base : Smart-contract examples from consensys

As it looks like you're beginning on the topic, i'd recommend you to read and learn about ERC20 and smart-contract programming before trying to deploy anything on the main net.

You'll find a useful tutorial here

0
On

Also you can read some docs about ethereum erc20 standart like https://theethereum.wiki/w/index.php/ERC20_Token_Standard or another in google.

http://truffleframework.com/tutorials/ also, you can learn more about smart contract development in trunffle tutorials.