Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: farmountain on March 01, 2020, 05:40:59 AM



Title: Any guide on how to create a new token in Ethereum?
Post by: farmountain on March 01, 2020, 05:40:59 AM
Hi

Anybody can share with me on guide of how to create a new token in Ethereum?

how token factory works?

What is the difference between token factory and develop your own smart contract?


Thanks


Title: Re: Any guide on how to create a new token in Ethereum?
Post by: mk4 on March 01, 2020, 06:48:09 AM
A 3-second Google search query gave me these guides. Check them out.

https://blockonomi.com/create-ethereum-token/
https://hackernoon.com/create-your-own-ethereum-token-bfa6302084da

Hopefully you're doing this solely for knowledge purposes.


Title: Re: Any guide on how to create a new token in Ethereum?
Post by: coupable on March 01, 2020, 10:11:51 AM
Anybody can share with me on guide of how to create a new token in Ethereum?
First of all, you have to learn coding using 'Solidity' then use this amazing platform that will help you build apps in the top of ethereum : https://ethereum.org/build/

What is the difference between token factory and develop your own smart contract?
Any token built in EVM is indeed a smart-contract that defines the caracteristics and functionalities of the token. Once the smart-contract is lunched in ethereum Mainnet, it can't be modified or deleted; that's why you have to learn soldity coding at deep levels if you want to develop the token by yourself, or hire a coder or buy the service from token factories.
I can't garante you that all token factories are trusted, as if you are not a programmer you will never know what's written in the contract. So you may use a token creation service + audit and hire coders to try it and check for potential vulnerabilities.


Title: Re: Any guide on how to create a new token in Ethereum?
Post by: bitmover on March 01, 2020, 11:14:00 PM
I found this guide as well
https://steemit.com/ethereum/@maxnachamkin/how-to-create-your-own-ethereum-token-in-an-hour-erc20-verified

It is very easy and fast to create your own token. But it will be worthless,  unless it has any use case.