Overview
Cardano 鬼鏈之聲 is a Mandarin-language YouTube channel that teaches viewers how to build smart contracts, the small programs that let a blockchain carry out an agreement on its own1. It was made for Mandarin speakers who would rather code along with a lesson than read documentation. The tutorials form a finished set rather than a running series.
The lessons focus on Cardano and on Aiken, a programming language built specifically for writing Cardano smart contracts2. Around the coding sessions sit shorter explainers on how the network keeps track of who owns what, how wallet addresses are assembled, and how tokens issued on Cardano differ from those issued elsewhere. The creator is anonymous and describes the channel's purpose in a single line: introducing the technical side of Cardano.
Key Features
- Hands-on Aiken coding sessions. Two long walkthroughs build working contracts from an empty file, one a simple starter program and one a vending machine that hands over an item once payment arrives34.
- A clear account of how Cardano tracks ownership. The channel explains the eUTxO model, which treats holdings as distinct pieces of change rather than one running balance, and sets it against the balance-style bookkeeping used on other chains5.
- A worked example of an exchange built on the eUTxO model. One lesson traces how Minswap, a Cardano decentralized exchange, prices trades automatically, with no order book of matching buy and sell offers6.
- Token standards compared side by side. Another video sets Cardano's built-in tokens against Ethereum's ERC-20 standard and shows why issuing a token works differently on each chain7.
- Wallet addresses taken apart. A short lesson explains what each section of a long Cardano address is doing and why the format is shaped that way8.
What to Expect
Expect plain screen recordings with voiceover. The Aiken sessions are unhurried and show code being written line by line, so a viewer can pause and repeat each step in their own editor. No companion repository is published, which makes typing out the examples part of the exercise.
All narration is in Mandarin, and the on-screen text and titles are in Traditional Chinese, the written form used in Taiwan. No English subtitle track is offered. The Mandarin-language corner of Cardano teaching is thin, so a reader of Traditional Chinese looking for hands-on smart contract instruction has few comparable places to go.
Cardano 鬼鏈之聲 is best treated as an archive rather than a subscription. New lessons are not being added, no return has been announced, and there is no newsletter, chat server or social account attached to the channel to follow for updates1. What remains is the video library, and it covers ground that shifts slowly: how the accounting model works, how addresses are structured, and how a first contract in Aiken comes together.
