PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, July 28, 2022

[FIXED] How to issue your own token on an existing blockchain

 July 28, 2022     blockchain, ethereum     No comments   

Issue

I'm investigating how to issue my own token on the existing blockchain.

When I looked it up, there seemed to be two ways.

One is to use platforms such as CoinTool, BakeMyToken, TokenFactory to create tokens without writing any code.

Next, write the code of the smart contract according to the standard such as Ethereum's ERC-20 and issue your own token.

I have two questions to ask.

First, what is the difference between issuing a token with a dedicated platform without writing a code and issuing a token with a smart contract code?

Next, is it possible to write smart contract code and issue your own tokens like Ethereum's ERC-20 even in the case of other blockchains?


Solution

Well I'm still a beginner at this as well so this is an answer from a newbie to another newbie, so I might not be 100% correct.

The way I understand this one difference from using another platform to create your token is that you are not going to own that contract on the platform, I imagine that you are going to be creating a token in someone else's smart contract (not 100% sure if those platforms work this way or not), so you have less control over it once you are not programming the smart contract the way you like.

For the second question, yes, I believe any blockchain that supports smart contracts can implement the pattern ERC20, or others like ERC721, ERC1155, etc.



Answered By - Marcelo Borges
Answer Checked By - Pedro (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing