# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/67k4xya
萬字長文,教你用 go 開發區塊鏈應用**
大概 2 年前,碰巧學習區塊鏈(Hyperledger Fabric),便寫了一個入門級的項目放在 GitHub 上,公衆號有不少讀者是通過這個項目關注到我的,也經常問我,有沒有區塊鏈這方面的學習資料,有沒有這個項目的詳細講解,如何搭建一個區塊鏈網絡,林林總總。對於這些問題,我每次的回覆都一樣,學習資料我倒是沒有,但是 官方文檔 [1] 就是最好的資料了。不過今天,我想還是通過這篇文章來記錄一下我 ⌘ Read more