or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
區塊鏈產業與開源文化的交集:信任以及共識 - Charles
tags:
COSCUP2020
入門
TR409-2
歡迎來到 https://hackmd.io/@coscup/2020 共筆
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →點擊本頁上方的 開始用 Markdown 一起寫筆記!
手機版請點選上方 按鈕展開議程列表。
區塊鍊是什麼?
去中心化讓大家都可以加入這個網路
比特幣原本的設計非常單純,只有帳本(本質上就是付錢、匯錢)的功能,跟其他區塊鏈技術比起來發展空間較少。
所以之後才有 Ethereum 區塊鏈出現。
智能合約 Smart Contract (Ethereum)
跟開源有什麼關係?
Ethereum client node by go
Dapp 需要透明
共識
意見分歧的時候,某些人會自己 fork 出去(有點像 linux distrubution)
哲學
AMIS open source
Alice
Alice Github
解決傳統多簽問題,Alice 用一把 private key 切成多碎片
,要使用的時候把 key 碎片拼起來使用。
之後可以把 key 每一個碎片分別規劃權重,一定要其中權重高的 key 碎片才可以簽下去。
Vishwakarma
Vishwakarma Github
可以快速創建自架 Kubernetes 的 IaC。
Base on Terraform