A contract-oriented, pythonic programming language that targets the Ethereum Virtual Machine (EVM).
A contract-oriented, pythonic programming language that targets the Ethereum Virtual Machine (EVM). If you like writing Python and want to write smart contracts, this is the place for you.
With the introduction to smart contracts on the Ethereum blockchain, it was only a matter of time until a language other than Solidity was made to write smart contract code. Vyper is one such language, looking to make smart contract source code easier to read. We have...
Continue readingCode executing on EVM (Ethereum Virtual Machine) must be highly efficient to minimize the gas needed to execute smart contracts. Any inefficient code in a contract ultimately needs a higher gas fee to get executed, thus becoming prohibitively expensive, which is not...
Continue readingHey readers! If you are familiar with Ethereum, and smart contracts generally speaking, you may be familiar with Solidity. In this guide we will show you Solidity's lesser-known cousin Vyper. We will walk through what Vyper is, why you may want to use it, and how to...
Continue reading