Skip to content

Latest commit

 

History

History
 
 

Smart Contracts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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: