🔗
Blockchain
  • Blockchain
  • Blockchain Overview
    • Byzantine Generals Problem
    • The emergence of blockchain
    • Blockchain vs Bitcoin
    • Blockchain Structure
    • Blockchain examples
    • Blockchain Consensus
  • Bitcoin
    • Bitcoin
    • (Option) Bitcoin Whitepaper
    • Proof of Work
    • Transaction
    • Unspent Transaction Output
    • Mining
    • Wallet
    • Signature & Verification
    • Merkle Tree
    • Bitcoin Network
    • Consensus Rule Changes
    • Contracts
  • Ethereum
    • Ethereum
    • (Option) Ethereum Whitepaper
    • Web2 vs Web3
    • Smart Contract
    • Solidity
    • Ethereum Virtual Machine (EVM)
    • Accounts
    • Gas
    • (ETH2) Proof of Stake
    • (ETH2) Shard Chain
  • Ethereum Tutorials
    • Geth
    • CryptoZombies
    • Build DeFi App
    • Build Decentralized Bank
  • Ethereum Development Tools
    • Truffle
  • Golang-Blockchain
    • Go언어 블록체인
    • #1 Blocks and Chain
    • #2 Proof-of-Work
    • #3 Save blockchain persistently
    • #4 Transaction Basic
    • #5 Wallet
    • #6 Transaction Advanced
    • #7 UTXO management
    • #8 Merkle Tree
    • #9 Network 1
    • #10 Network 2
    • #11 p2p network
    • #12 Peer Discovery
    • #13 Console
  • Cosmos
    • Tutorials
  • Binance
    • Binance
  • DeFi
    • DeFi
    • DEX
    • Uniswap
    • Impermanent Loss
  • NFT
    • NFT
    • NFT Marketplace
    • NFT Virtual World
  • Common Algorithms
    • Hash
    • Cryptography
    • Consensus Algorithm
    • Distributed Ledger
Powered by GitBook
On this page
  • Build DeFi App
  • 평점
  • 난이도 Beginner
  • 개요
  • 사전 지식
  • 배울 수 있는 것

Was this helpful?

  1. Ethereum Tutorials

Build DeFi App

간단한 DeFi 앱 만들어보기

PreviousCryptoZombiesNextBuild Decentralized Bank

Last updated 4 years ago

Was this helpful?

Build DeFi App

평점

난이도 Beginner

개요

DeFi의 한 예시인 토큰을 예치하고 (deposit) 새로운 토큰을 보상으로 받는 yield farming을 간단한 버전으로 구현해본다.

사전 지식

CrytoZombies에서 배운 Solidity 지식과 약간의 React에 대한 지식이 있으면 좋다.

물론 그냥 따라하기에도 문제가 없다.

배울 수 있는 것

  • Solidity와 testing

  • React와 web3.js로 프론트엔드 구현

Last update: 2021/04/22

⭐
⭐
⭐
⭐
Dapp University