Архитектор DAO [Guide Dao] [Алексей Девяткин, Денис Писарев, Валерий Бабушкин]

Bot

Администратор
Команда форума
23 Янв 2020
182,317
3,039
113
269049.jpg

BootcampLearn to configure, launch, and manage decentralized autonomous organizations on the blockchain: issue tokens, replenish the treasury, distribute roles, attract contributors, and collaborate with other DAOs — From multisigs to on-chain governance.
Daily streams, team demos, Q&A with experts, and live coding sessions will leave you with no chances o failure.

Programm:
01. JavaScript Fundamentals
JavaScript is the primary programming language for web development and a fundamental tool for working with blockchain technologies. In this module, you will study the basics of JavaScript, including variables, functions, objects, arrays, and the essentials of working with the DOM.

02. Asynchrony
Understanding asynchronous operations is essential for web application development and interaction with blockchain networks. In this module, you will learn how to work with promises, asynchronous functions, and async/await to manage asynchronous processes.

03. React Fundamentals
React is one of the most popular libraries for creating user interfaces and web applications. In this module, you will learn the basics of React, such as creating components, managing states, and the lifecycle of components.

04. Hooks
Hooks represent a new approach to managing states and the lifecycle of components in React. They simplify the implementation of complex logic and enhance code reusability. In this module, you will learn how to use hooks to produce cleaner and more modular code.

05. Cryptography
Security and privacy are cornerstones of blockchain technology. In this module, you will learn the fundamentals of cryptography, including hashing, digital signatures, and encryption.

06. Ethereum
Ethereum is one of the most popular blockchain platforms for creating smart contracts and decentralized applications. In this module, you will learn about the architecture of Ethereum, as well as the principles of working with smart contracts and tokens.

07. EVM
The Ethereum virtual machine (EVM) is the execution environment for smart contracts on the Ethereum platform. In this module, you will delve into the inner workings of the EVM and learn how to optimize smart contract code for efficient gas usage.

08. Solidity
In this module, you will study the syntax of Solidity, various data types, functions, modifiers, and inheritance, as well as approaches to the security and optimization of smart contract code.

09. Ethers.js
Ethers.js is a popular JavaScript library for working with Ethereum. It simplifies interaction with the network and smart contracts. In this module, you will learn how to use Ethers.js to create, deploy, and interact with smart contracts.

10. Hardhat
Hardhat is a tool for developing, testing, and debugging smart contracts on Ethereum. In this module, you will learn the basics of working with Hardhat, writing tests for smart contracts, and using plugins to enhance the development process.

11. DAO
A decentralized autonomous organization (DAO) is a governance ecosystem that allows collectives to make decisions without centralized control. In this module, you will learn about the fundamental principles of DAO, governance structures, voting mechanisms, and existing examples of DAOs.

12. Governor.sol
In this module, you will study the architecture of OpenZeppelin Governor contracts, implementation of the voting mechanism, and creation of your own DAOs using Governor and Zodiac.