* Cantinho Satkeys

Refresh History
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    Hoje às 11:43
  • j.s.: [link]
    05 de Julho de 2025, 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    05 de Julho de 2025, 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    05 de Julho de 2025, 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45

Autor Tópico: Solidity Essentials: Master Smart Contract Development  (Lida 96 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Solidity Essentials: Master Smart Contract Development
« em: 17 de Novembro de 2023, 09:30 »

Solidity Essentials: Master Smart Contract Development
Published 11/2023
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.78 GB | Duration: 4h 42m

Solidity Essentials Course 1: Building Smart Contracts from Scratch. Master Solidity with Hands-On Projects.

What you'll learn
Solidity Programming Language: Get to grips with Solidity syntax and its programming concepts.
Writing and Deploying Your First Smart Contract: Learn step-by-step how to write, deploy, and interact with your first smart contract.
Create and deploy a Basic Calculator Contract: to understand functions, variables, and basic operations in Solidity.
Develop and deploy a Basic Bank Contract: Dive into a practical project that handles Ethereum transactions, teaching you about Eth management in smart contracts
Build and Deploy an ERC20 Token: Learn about ERC20 tokens and create your own token on Ethereum.

Requirements
Programming Experience: Basic knowledge of programming in any Object Oriented Programming Language
Basic knowledge of Cryptocurrency and Ethereum or and EVM compatible Blockchain
Basic Understanding of Blockchain: Familiarity with blockchain concepts and how Ethereum works.
Eagerness to Learn: A willingness to dive into the world of smart contracts and blockchain development.

Description
Welcome to "Solidity Essentials Course 1: Building Smart Contracts from Scratch," the ideal starting point for anyone aspiring to enter the world of blockchain and Ethereum-based development. This course is meticulously designed for beginners and existing programmers who want to make a foray into the exciting realm of smart contracts using Solidity. Begin your journey with a solid grounding in blockchain technology fundamentals, understanding Ethereum's ecosystem and the pivotal role of smart contracts. We then transition into the core of Solidity, where you'll learn its syntax and essential features through engaging, hands-on projects. You'll start by writing your first smart contract, an empowering milestone on your path to becoming a blockchain developer. Following this, delve into creating practical applications such as a Basic Calculator and a Basic Bank contract, which will not only solidify your understanding of Solidity but also demonstrate how smart contracts interact with Ethereum's blockchain. The course culminates in a significant project where you will create your own ERC20 token, laying the groundwork for future exploration into decentralized finance (DeFi) and beyond. With each module, you'll gain valuable skills and confidence, equipping you to navigate and contribute to the blockchain landscape effectively. Join us in this comprehensive course to kickstart your journey as a proficient Solidity developer.

Overview
Section 1: Introduction

Lecture 1 General Introduction

Lecture 2 Course 1 Introduction

Lecture 3 Breif Introduction to Blockchain Smart Contract And Solidity

Section 2: Course Resourses

Lecture 4 Course 1 Links

Section 3: Development Environment

Lecture 5 Setting up metamask

Lecture 6 Setting up metamask Part 2

Lecture 7 Setting up the development environment

Lecture 8 Setting up the development environment (Correction)

Lecture 9 Course 1 Links

Section 4: First Smart Contract

Lecture 10 First smart contract part 1 (Compiler version)

Lecture 11 First smart contract part 2 (Coding)

Lecture 12 First smart contract part 3 (Deploying)

Lecture 13 First smart contract part 4 (Deploying, Visibility and Mutability)

Section 5: Basic Calculator App

Lecture 14 Calculator App part 1 (Coding)

Lecture 15 Calculator App part 2 (Refactoring - require, assert)

Lecture 16 Calculator App part 3 (Deploying - Remix VM)

Lecture 17 Calculator App part 4 (Deploying - Blockchain Testnet)

Section 6: Basic Bank App

Lecture 18 Bank App part 1 (Coding - Deposit)

Lecture 19 Bank App part 2 (Coding - Withdraw and Balance)

Lecture 20 Bank App part 3 (Coding - Owner and Increase Balance)

Lecture 21 Bank App part 4 (Coding - Modifier onlyOwner)

Lecture 22 Bank App part 5 (Coding - Event)

Lecture 23 Bank App part 6 (Deploying - Remix VM)

Lecture 24 Bank App part 7 (Deploying - Blockchain Testnet)

Lecture 25 Bank App part 8 (Deploying - Verify and Publish)

Section 7: ERC20 Token Creation

Lecture 26 ERC20 token part 1 (Source code and Interface)

Lecture 27 ERC20 token part 2 (Context, SafeMath and Ownable)

Lecture 28 ERC20 token part 3 (Token Part 1)

Lecture 29 ERC20 token part 4 (Token Part 2)

Lecture 30 ERC20 token part 5 (Deploying, Verify and Publish, Add to Metamask)

Beginners in Blockchain Technology: Individuals new to blockchain looking for a practical way to start.,Aspiring Blockchain Developers: Programmers and developers who want to dive into smart contract development with Solidity.,Tech Enthusiasts: Anyone interested in understanding how Ethereum and smart contracts function.,Career Changers: Professionals seeking to shift their career towards blockchain and decentralized applications.

rapidgator.net:
Citar
https://rapidgator.net/file/d083de1b7b69101e4ed16a8621f2e2e4/csttg.Solidity.Essentials.Master.Smart.Contract.Development.part1.rar.html
https://rapidgator.net/file/f4dcab2d4662d72ff177ff74b667c33e/csttg.Solidity.Essentials.Master.Smart.Contract.Development.part2.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/09ffe0D9c9309f5f/csttg.Solidity.Essentials.Master.Smart.Contract.Development.part1.rar
https://uploadgig.com/file/download/8925A2600eDe7770/csttg.Solidity.Essentials.Master.Smart.Contract.Development.part2.rar

ddownload.com:
Citar
https://ddownload.com/an1kvaejw8mu/csttg.Solidity.Essentials.Master.Smart.Contract.Development.part1.rar
https://ddownload.com/zxu6vpiwx1m1/csttg.Solidity.Essentials.Master.Smart.Contract.Development.part2.rar