Demos for ZJU Blockchain course
Last updated Oct 12, 2025
29
Stars
16
Forks
0
Issues
0
Stars/day
Attention Score
48
Language breakdown
TypeScript 52.1%
Solidity 36.5%
HTML 8.0%
CSS 3.4%
▸ Files
click to expand
README
blockchain-course-demos
This is a repository for teaching propose when I'm the TA in ZJU Blockchain course.
It contains some demos for learning how to develop Solidity contracts in Ethereum and how to build a DApp on top of the Ethereum.
✨ Demos
The demos are as following:
demo-tutorial
About how to use the toolchains to develop Solidity contracts and how to use frontend application to interact with blockchain.
Also contains contents about Metamask APIs.
demo-lottery-application
A simple DApp on top of a Lottery contracts.
demo-on-course
Some simple contracts on class teaching.
🔧 Helpful Links
There are some useful links to help learning:
Solidity
Remix
Ganache
Hardhat
web3.js
MetaMask
OpenZeppelin
Help you to develop contracts better.🔗 More in this category