Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.88 KB

sepolia-ce-shi-wang-jiao-hu-shi-jian.md

File metadata and controls

39 lines (26 loc) · 1.88 KB
description
Topic for the Crypto Meeting on 2023.10.14, hosted by Hannes Gao

Sepolia测试网交互实践

0x01 入门

  1. What is the Sepolia Testnet?
  2. How to view testnets in MetaMask?

0x02 交互

  1. Sepolia Faucet领取Sepolia ETH
  2. 访问Uniswap,在确认钱包目前连接的网络是Sepolia测试网后,进行一次Token Swap(ETH-UNI)
  3. 通过钱包访问Sepolia测试网上的,和钱包地址相关联的Etherscan页面,查看上一笔Swap相关的交易
  4. 理解交互后,在链上都发生了什么事情

0x03 扩展阅读

0x031 Solidity基础

  1. Alchemy - The Web3 Development Plattform
  2. Alchemy University
  3. How to Deploy a Smart Contract to the Sepolia Testnet?
  4. Solidity 0.8 Tutorial

0x032 经济模型(AMM/LP

  1. AutoMarketMaker Example Tutorial
  2. UNI AMM formula Explanation
  3. Impermanent Loss Explanation
  4. UNI V3 Repo

0x033 Token Standard

  1. ERC20 Standard
  2. ERC721 Standard