🔗
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
  • CryptoZombies
  • 평점
  • 난이도 Beginer
  • 개요
  • 사전 지식
  • 배울 수 있는 것

Was this helpful?

  1. Ethereum Tutorials

CryptoZombies

CryptoZombies로 solidity 코딩 학습

PreviousGethNextBuild DeFi App

Last updated 4 years ago

Was this helpful?

CryptoZombies

평점

난이도 Beginer

개요

크립토좀비는 크립토키티와 유사한 내용의 댑(dapp)을 만드는 튜토리얼을 제공한다.

위의 사이트에서 solidity와 smart contract 관련된 코드를 재밌게 실습해볼 수 있다.

언어 설정을 한국어로 바꿔서 진행할 수 있다.

사전 지식

Solidity는 Javascript와 문법이 비슷하기 때문에 javascript에 대한 지식이 도움이 된다.

배울 수 있는 것

Solidity를 처음 접하기에 최고의 튜토리얼인 것 같다. Solidity에서 주로 사용되는 문법이나 자료구조, modifier등을 배울 수 있다.

또한 solidity 코드를 테스트해보는 방법도 advance 강의에서 배울 수 있다.

CryptoZombie는 ERC-721 규율을 따르는 토큰을 다루는데 이는 NFT에 사용되는 토큰이다.

Last update: 2021/04/15

⭐
⭐
⭐
⭐
⭐
#1 Solidity Tutorial & Ethereum Blockchain Programming Course | CryptoZombies
Logo