Homework on Web 3.0, and Tokens - Questions
What are the benefits of web 3.0 (decentralized internet)?
Value is at the protocol level instead of applications (Web 2.0)
Ability to create your own cryptocurrency, economic model on platforms such as Ethereum / EOS /
Decentralized internet gives the opportunity for smaller companies to compete with large corporationsâŚ.
âŚEarly adopters are incentivised to use a new platform with rewards (tokens)
What is a token?
Tokens = most crypto currencies are tokens built on top of ethereum or other smart contract platforms.
It can be fungible for a currency (ERC20)
Or non fungible (NFT) for (primarily) video game use (ERC721 / ERC1155)
How do you create a token on Ethereum?
A token is created as a smart contract on ethereum.
You programme the token in solidity > converted into byte code for the EVM to execute the smart contract using:
ERC20 standard for fungible tokens
ERC721 / ERC1155 = NFTâs are non fungible tokens