Tokens

ERC 4626 Tokenized Vault Standard

written by
Chris Cao

ERC4626 is an ERC20 extension that defines single-asset Vaults, one of the core building blocks of DeFi which can be used for things like lending markets, yield aggregators, and more

View Tutorial

ERC721 Part 2: Your NFT on OpenSea

written by
Chris Cao

In the tutorial, I am going to show you how to interact with your contract and see your very own nft on OpenSea!

View Tutorial

How to Compile an ERC-721 Using Vyper

written by
Chris Cao

This is tutorial is designed to help you build your first NFT ERC-721 contract.

View Tutorial

Create an ERC-20 Token

written by
Chris Cao

ERC-20 are fungible tokens that can be bought, traded, or sold to represent a range of digital assets. This standard provides basic functionality to transfer tokens, as well as allow tokens to be approved so they can be spent by another on-chain third party.

View Tutorial