Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Building an Open Auction Contract in Vyper! в хорошем качестве

Building an Open Auction Contract in Vyper! 5 лет назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Building an Open Auction Contract in Vyper!

Building an Open Auction Contract in Vyper! https://blockgeeks.com/ Join Bardia as he goes through the basics of the all-new exciting Ethereum programming language, Vyper, based on Python! Watch Bardia use the new experimental language to code up an open auction contract! To learn more about coding smart contracts, visit us at httpswww.blockgeeks.com To learn about auditing smart contracts and making them secure, visit http://bountyone.io/ == Vyper is a general-purpose, experimental programming language that compiles down to EVM (Ethereum Virtual Machine) bytecode, as does Solidity. However, Vyper is designed to massively simplify the process in order to create easier-to-understand Smart Contracts that are more transparent for all parties involved, and have fewer points of entry for an attack. Key Improvement 1: Simplicity Vyper does not contain many of the constructs familiar to most programmers: Class inheritance, function overloading, operator overloading, and recursion. None of these are technically necessary for a Turing-complete language, and they represent security risks by increasing complexity. Due to this complexity, these constructs would make Smart Contracts too difficult to understand and audit by a lay-person, seen in Solidity contracts.

Comments