Gate Learn New Courses is Live ! Smart Contracts 101: A Basic Introduction
작성자 게이트아이오
조회수 27
작성일 23.10.09 17:18
[//]:content-type-MARKDOWN-DONOT-DELETE
You're welcome to Gate Learn's Week 1 study! We will study three wonderful courses together. Among them, [Smart Contracts 101: A Basic Introduction](https://www.gate.io/learn/course/introduction-to-smart-contract-development?ch=roadmap1_course2_20230614&utm_campaign=TR_PmcZ5kQp&utm_content=&utm_medium=CPM&utm_source=CH_79kTf7RP&utm_term= "Smart Contracts 101: A Basic Introduction") is a newly-listed course. Don't forget to participate in the prize quiz after you finish studying them.
[Take the quiz now!](https://www.gate.io/questionnaire/3367?ch=roadmap1_form2_20230614&utm_campaign=TR_NdiYCE8p&utm_content=&utm_medium=CPM&utm_source=CH_79kTf7RP&utm_term= "Take the quiz now!")
To deploy smart contracts and develop Dapp on Ethereum, you need to learn Solidity - a programing language for Ethreum. In [smart contract development](https://www.gate.io/learn/course/introduction-to-smart-contract-development?ch=roadmap1_course2_20230614&utm_campaign=TR_PmcZ5kQp&utm_content=&utm_medium=CPM&utm_source=CH_79kTf7RP&utm_term= "smart contract development"), you will learn from use cases like simple token contract, voting systems, and how to deploy them on Ethereum using Remix. You will also understand the structure of variables, functions, and modifiers, guided to practice writing your own token contract with Solidity.
In addition to deploying contracts on Ethereum, you also need to know how to call external contracts, connect Metamask wallet ... These also involve recompiling Solidity contract so that it can be used on the web front end.
The final section covers the security risks involved in smart contract development, such as reentrancy attacks, integer overflow, access control, etc. It also provides some development suggestions, such as security audits, using existing patterns, keeping contracts modularized and monitoring abnormal events, to prevent serious errors.
Smart Contracts 101

다음글 | |
이전글 |
