
Build SVG NFT dApp by Scaffold-Eth | Web3.0 dApp Dev 0x07
国内用户如需交流,可加微信:197626581.Authors: qiwihui, msfewHistory Articles List:Quickstart | Web3.0 dApp Dev 0x01Web3.0 dApp Developer Growth Path | Web3.0 dApp Dev 0x02Scaffold-Eth Quickstart | Web3.0 dApp Dev 0x03Get & Set Value 1.0 | Web3.0 dApp Dev 0x04Get & Set Value 2.0 | Web3.0 dApp Dev 0x05Get & Set Value 3.0 | Web3.0 dApp Dev 0x06loogies-svg-nft is a simple NFT minting and displaying project provided by scaffold-eth. In this tutorial, we will walk you through a step-by-step analysis and impleme...

RSS in Crypto@NonceGeekLab
Supported by NonceGeekLab <> PlayerLinkAttention: All articles by NonceGeekLab do not constitute any investment advice.PlayerLink: A Trustless Decentralized Web3-Oriented Service Aggregation Protocol. Through reliable, secure, and scalable technology, PlayerLink empowers billions to create and get a new service experience.NonceGeekLab: Focus on Crypto, the most interesting track in the world! https://github.com/WeLightProject/NonceGeekLabAuthors: msfew、leeduckgo、Erqi0x00 Key questionsGood que...

Get & Set Value 3.0 | Web3.0 dApp Dev 0x06
In PurposeHandler version 2.0, we learned to add permission control to functions via the require statement. Now we can add a real economy mechanism to it, so that the value of purpose is controlled by a real bidding auction mechanism!0x01 Add OwnerTo get the owner of a contract owner is a must-learn operation for newbies. The easiest way is to set a public owner variable and pass the _owner parameter in the constructor.pragma solidity >=0.8.0 <0.9.0; //SPDX-License-Identifier: MIT contra...
the Online Camp focusing on Web3.0 dApp Development.



Build SVG NFT dApp by Scaffold-Eth | Web3.0 dApp Dev 0x07
国内用户如需交流,可加微信:197626581.Authors: qiwihui, msfewHistory Articles List:Quickstart | Web3.0 dApp Dev 0x01Web3.0 dApp Developer Growth Path | Web3.0 dApp Dev 0x02Scaffold-Eth Quickstart | Web3.0 dApp Dev 0x03Get & Set Value 1.0 | Web3.0 dApp Dev 0x04Get & Set Value 2.0 | Web3.0 dApp Dev 0x05Get & Set Value 3.0 | Web3.0 dApp Dev 0x06loogies-svg-nft is a simple NFT minting and displaying project provided by scaffold-eth. In this tutorial, we will walk you through a step-by-step analysis and impleme...

RSS in Crypto@NonceGeekLab
Supported by NonceGeekLab <> PlayerLinkAttention: All articles by NonceGeekLab do not constitute any investment advice.PlayerLink: A Trustless Decentralized Web3-Oriented Service Aggregation Protocol. Through reliable, secure, and scalable technology, PlayerLink empowers billions to create and get a new service experience.NonceGeekLab: Focus on Crypto, the most interesting track in the world! https://github.com/WeLightProject/NonceGeekLabAuthors: msfew、leeduckgo、Erqi0x00 Key questionsGood que...

Get & Set Value 3.0 | Web3.0 dApp Dev 0x06
In PurposeHandler version 2.0, we learned to add permission control to functions via the require statement. Now we can add a real economy mechanism to it, so that the value of purpose is controlled by a real bidding auction mechanism!0x01 Add OwnerTo get the owner of a contract owner is a must-learn operation for newbies. The easiest way is to set a public owner variable and pass the _owner parameter in the constructor.pragma solidity >=0.8.0 <0.9.0; //SPDX-License-Identifier: MIT contra...
the Online Camp focusing on Web3.0 dApp Development.

Subscribe to Web3dAppDevCamp

Subscribe to Web3dAppDevCamp
Share Dialog
Share Dialog
<100 subscribers
<100 subscribers
Web3.0 Camp is now launched on Gitcoin~ Come and donate to support it!
From a data perspective
web1 means that the user only gets data - we browse the static web pages as web1.
web2 means that the user can go beyond getting data to send data - we can read messages and send messages with Twitter. That is web2.
web3 means that on top of web2, we also have full ownership and use of the data. We all use Metamask. dApp only has permission to call Metamask, and then Metamask asks us if we allow to sign, and if we don't sign, the transaction will never be sent.
From an application perspective
Users are able to deploy the application themselves, or use any third-party provided application, without 1) security concerns, 2) the possibility of the application being blocked by a subject (e.g., a server gets shut down), and 3) private data that cannot be accessed. One point to note is that whether the application is purely a front-end application is not a necessary indicator of whether it is a Web3 dApp. An Android App, an IOS App, an App with front- and back-end architecture, as long as it meets the above three points, can be considered as a Web3 application.
** Return of identity sovereignty and data sovereignty**
For the first time, identity sovereignty and data sovereignty can be completely in the hands of users themselves. For example, in Web3.0 real-time chatting application, we can have full disposal of our own chat records.
Selected user groups
Unlike Web 2.0, which targets large numbers of users, a Web 3.0 application is able to target only small groups of users! For example: targeting a precise 2000-3000 people. This small group of users may have strong willingness to pay, e.g. each user is willing to pay $1000 per year to the Web3.0 application for the appropriate service.
Small Freelance Teams
Web 3.0 applications correspond to very small freelance teams! Very small means that with a good IDEA and a certain level of technical skills, a small team of 1-3 people is enough to build a Web3.0 DApp. In addition, freedom is in the DNA of Web3.0 organizations, and WFH is a common label for Web3.0 organizations. Therefore, a Web3.0 business or part-time job is very suitable for software engineers! Because it is a job that can cover in your spare time!
Web3.0 dApp Camp is an online project-oriented camp based on Github Discussion and offline workshops in New York/Beijing/Hangzhou/Nanjing, aiming to let "traditional software developers, college students, blockchain technology practitioners" quickly learn Web3.0 based on blockchains such as Ethereum and other chains.
Online Github Discussion:
https://github.com/WeLightProject/Web3-dApp-Camp/discussions
Web3.0 dApp Dev Camp Twitter:
Authors:
Web3.0 Camp is now launched on Gitcoin~ Come and donate to support it!
From a data perspective
web1 means that the user only gets data - we browse the static web pages as web1.
web2 means that the user can go beyond getting data to send data - we can read messages and send messages with Twitter. That is web2.
web3 means that on top of web2, we also have full ownership and use of the data. We all use Metamask. dApp only has permission to call Metamask, and then Metamask asks us if we allow to sign, and if we don't sign, the transaction will never be sent.
From an application perspective
Users are able to deploy the application themselves, or use any third-party provided application, without 1) security concerns, 2) the possibility of the application being blocked by a subject (e.g., a server gets shut down), and 3) private data that cannot be accessed. One point to note is that whether the application is purely a front-end application is not a necessary indicator of whether it is a Web3 dApp. An Android App, an IOS App, an App with front- and back-end architecture, as long as it meets the above three points, can be considered as a Web3 application.
** Return of identity sovereignty and data sovereignty**
For the first time, identity sovereignty and data sovereignty can be completely in the hands of users themselves. For example, in Web3.0 real-time chatting application, we can have full disposal of our own chat records.
Selected user groups
Unlike Web 2.0, which targets large numbers of users, a Web 3.0 application is able to target only small groups of users! For example: targeting a precise 2000-3000 people. This small group of users may have strong willingness to pay, e.g. each user is willing to pay $1000 per year to the Web3.0 application for the appropriate service.
Small Freelance Teams
Web 3.0 applications correspond to very small freelance teams! Very small means that with a good IDEA and a certain level of technical skills, a small team of 1-3 people is enough to build a Web3.0 DApp. In addition, freedom is in the DNA of Web3.0 organizations, and WFH is a common label for Web3.0 organizations. Therefore, a Web3.0 business or part-time job is very suitable for software engineers! Because it is a job that can cover in your spare time!
Web3.0 dApp Camp is an online project-oriented camp based on Github Discussion and offline workshops in New York/Beijing/Hangzhou/Nanjing, aiming to let "traditional software developers, college students, blockchain technology practitioners" quickly learn Web3.0 based on blockchains such as Ethereum and other chains.
Online Github Discussion:
https://github.com/WeLightProject/Web3-dApp-Camp/discussions
Web3.0 dApp Dev Camp Twitter:
Authors:
No activity yet