- Hands-On Blockchain for Python Developers
- Arjuna Sky Kok
- 147字
- 2021-07-02 13:13:09
Implementing Smart Contracts Using Vyper
Many programmers who are learning how to write a smart contract will learn about the Solidity programming language. There are abundant sources of online tutorials and books that can teach you about Solidity. When combined with the Truffle framework, Solidity forms a killer combo for developing a smart contract. Almost all smart contracts that live on the Ethereum blockchain are written in the Solidity programming language.
In this chapter, we will explore how to write a smart contract. However, we are not going to use the Solidity programming language for this. Instead, we will use the Vyper programming language.
The following topics will be covered in this chapter:
- Motivations behind Vyper
- Installing Vyper
- Creating a smart contract using Vyper
- Deploying a smart contract to Ganache
- Going deeper into Vyper
- Interacting with other smart contracts
- Compiling code programmatically
- Other tricks
推薦閱讀
- 奇妙數(shù)學(xué)史:數(shù)字與生活
- Hands-On Blockchain Development in 7 Days
- 概率論與數(shù)理統(tǒng)計(jì)
- 好玩的數(shù)學(xué)符號(hào)
- ANSYS 18.0有限元分析基礎(chǔ)與實(shí)例教程
- 別說你不懂?dāng)?shù)學(xué)
- 魔方的思維世界
- Blockchain By Example
- 2頁紙圖解數(shù)學(xué):以極聰明的方式,讓你三步讀懂?dāng)?shù)學(xué)
- 代數(shù)的歷史:人類對(duì)未知量的不舍追蹤(修訂版)
- 數(shù)學(xué)要素(全彩圖解 + 微課 + Python編程)
- Digital Forensics with Kali Linux
- 數(shù)理統(tǒng)計(jì)及其在數(shù)學(xué)建模中的實(shí)踐(使用MATLAB)
- 周髀算經(jīng)
- Improving your C# Skills