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 Development Environment
  • 0x01 Tutorials and Documentations
  1. Educational Content
  2. Solidity Live Coding

Solidity Playground Setup

Topic for the Solidity Live Coding on 2023.11.12, hosted by Hannes Gao

0x00 Development Environment

  1. Env: Visual Studio Code, Node.js LTS

  2. Tools: Git, npm, nvm

  3. Solidity SDK: Hardhat

  4. Solidity Contracts Library: @openzeppelin/contracts

0x01 Tutorials and Documentations

  1. Deploying ERC20 Token With Hardhat: A Step-by-Step Guide

  2. Solidity funcions visibility: public, private, internal and external

  3. Solidity Cheatsheet - Solidity 0.8.23 documentation

  4. Hardhat's tutorial for beginners

PreviousSolidity Live CodingNextERC-721 Token Contract

Last updated 1 year ago