Ethereum token rating standard
1、 Different definitions:
1. virtual currency:
virtual currency refers to non real currency
digital currency:digital currency is an alternative currency in the form of electronic currency. Both digital gold coin and cryptocurrency belong to digiccy
3. Cryptocurrency:
cryptocurrency is a kind of transaction medium that uses cryptography principles to ensure transaction security and control the creation of transaction units
4. Token (token):
a kind of article whose shape and size are similar to currency, but the scope of use is limited and has no currency effect, and its token is the homonym of token in English
Second, the characteristics are different:1; It can also be said that virtual currency is personalized currency. In another way, it can also be called information currency
2. Digital currency:
is an unregulated and digital currency, which is usually issued and managed by developers and accepted and used by members of specific virtual communities
Cryptocurrency:cryptocurrency is based on the decentralized consensus mechanism, which is opposite to the banking and financial system relying on the centralized regulatory system
4. Token (token):
usually needs to be exchanged for money, used in shops, playgrounds, mass transportation and other places, as a voucher to use services and exchange goods
extended data
at present, digital currency is more like an investment proct, because it lacks a strong guarantee agency to maintain its price stability, and its role as a value measure has not yet appeared, so it can not be used as a means of payment. As an investment proct, digital currency cannot develop without trading platform, operating company and investment company
digital currency is a double-edged sword. On the one hand, the blockchain technology it relies on has been decentralized and can be used in other fields except digital currency, which is one of the reasons why bitcoin is popular; On the other hand, if digital currency is widely used by the public as a kind of currency, it will have a huge impact on the effectiveness of monetary policy, financial infrastructure, financial market and financial stability
warm tips: the above explanations are for reference only, without any suggestions. There are risks in entering the market, so investment should be cautious. Before making any investment, you should make sure that you fully understand the nature of the investment and the risks involved in the proct. After a detailed understanding and careful evaluation of the proct, you can judge whether to participate in the transaction
response time: December 2, 2020. Please refer to the official website of Ping An Bank for the latest business changes
[Ping An Bank I know] want to know more? Come and see "Ping An Bank I know" ~
https://b.pingan.com.cn/paim/iknow/index.html
in order to create erc20 token, you need to write down the following contents
- token name
- token symbol
- token decimal
- number of tokens is in circulation
- Contract
- code verification source code
in addition to erc20, there are erc20, erc721, erc223, erc621, erc827, But for erc721, by the way, erc721 is a protocol mainly used for blockchain games. The blockchain games you often see are basically based on erc721
Ethereum is not only a database, it also allows you to run programs in the trusted environment of the blockchain. Ethereum has built a virtual machine named EVM (Ethereum virtual machine) on the blockchain. EVM allows code to be verified and executed on the blockchain, providing guarantee for code to run in the same way on everyone's machine. These codes are included in the smart contract. In addition to tracking the account balance, Ethereum uses the same method to save the EVM status on the blockchain. All nodes process the smart contract to verify the integrity of the contract itself and its output.