npx hardhat test
npx hardhat docgen
open docs/index.html
npx hardhat run script어쩌구
npx hardhat deploy --network goerli
CPMM구현
npx hardhat run .\scripts\deploy_and_create_pool_v2.js --network goerli
CPMM: (X,Y) -> (X+A)(Y-B)

Dune Analytics 를 통한 온체인 데이터 분석 실습
npx hardhat run ./scripts/deploy_exchanges.js
goerli etherscan
dune.com

정리
#1.
-geth
-EVM/state
-Account: EOA, CA: nonce, balance, storage, code
-contract Hello { }
-solidity: high-level programming lang, sol -> solc -> bytecode
#2. Solidity
-public state
#3. EIP20 -> ERC20
#4. Hardhat 개발 환경
#5. Uniswap - LP, Swap
-etherToToken
-tokenToEther
#6. Uniswap
-Input, Output
#7. Uniswap
- Hardhat - script,deploy,docgen, test
- CPMM
- Dune Analytics : On-chain