KITKryptoDAO
CtrlK
  • Introduction
    • About KITKryptoDAO
    • Official Links
  • DAO related
    • DAO Treasury
      • Monthly Review 2024.01
    • DAO Governance
  • Educational Content
    • Saturday Crypto Meetings
      • POS共识机制
      • Sepolia测试网交互实践
      • 区块链应用场景讨论
        • Layer 1 vs. Layer 2
        • Crypto Trading
      • Ethereum EVM illustrated
    • Solidity Live Coding
      • Solidity Playground Setup
      • ERC-721 Token Contract
      • Frontend Setup
    • Topic Cache
    • Glossary
Powered by GitBook
On this page
  • 0x00 ERC-721 Token Standard
  • 0x01 ERC-721 Contracts Library
  • 0x02 Tutorials and Documentations
  1. Educational Content
  2. Solidity Live Coding

ERC-721 Token Contract

Topic for the Solidity Live Coding on 2023.11.18, hosted by Zion Zhan

0x00 ERC-721 Token Standard

  1. ERC-721 Non-Fungible Token Standard - Ethereum Foundation Developer Docs

  2. EIP-721: ERC-721 Non-Fungible Token Standard - Ethereum Improvement Proposals

0x01 ERC-721 Contracts Library

  1. OpenZeppelin - ERC-721 Docs

  2. OpenZeppelin - ERC-721 Implementation

0x02 Tutorials and Documentations

  1. Solidity极简入门 - WTF Academy

  2. Solidity极简入门: 11. 构造函数和修饰器 - WTF Academy

  3. 如何部署和使用可升级的智能合约 - Chainlink

PreviousSolidity Playground SetupNextFrontend Setup

Last updated 1 year ago