Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.46 KB

File metadata and controls

43 lines (26 loc) · 1.46 KB

Smart Contracts (WIP)

Ethereum Virtual Machine

Solidity

This article aims to help you understand some of the improvements made to the ERC token standards.

Vyper

Contract-oriented, pythonic programming language that targets the EVM.

Introduction to Vyper

Video introduction to Vyper using Brownie.

https://www.youtube.com/watch?v=Y6o9kNqRV2Y

Huff

Low-level programing language designed for developing highly optimized smart contracts in the EVM.

Resources: