Homework on Web 3.0, and Tokens - Questions
What are the benefits of web 3.0 (decentralized internet)?
- you can create decentralized Dapps with 1 or more smartcontracts.
- Early adopters can create value for the network and incentivized by tokens and get rewarded
- Small startups have more change to compete against the big giants (google/facebook)
- censorchip is eliminated because of decentralisation
- Web 3.0 is a semantic web or data driven and will adjust to the need of the user
What is a token?
- a programmable digital asset
- abstraction of real live âthingsâ
- can be programmable money
How do you create a token on Ethereum?
- with a smart contract complient to the ECR20 standard (or the newer onces) you can create a token
- also depends on which standard you want to use, fungible (ECR20) or non fungible (ECR721, ERC1150)