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
Arm0ry Playground 任務:建立代幣錢包
說明
與人們的普遍認知不同,加密貨幣錢包並沒有真正儲存數位資產。相反,它是提供與區塊鏈互動所需要的工具。換言之,這些錢包可以產生必要的資訊,透過區塊鏈交易傳送及接收加密貨幣。其中的一些資訊就是由一對或多對公鑰和私鑰所組成。
錢包中還包括了一個由公鑰及私鑰產生的公共位址,該位址是由字母數字所組成的識別字。該位址實際上代表著區塊鏈上一個特定的「位置」,用來接收代幣。這就意味著,你可以把地址分享給其他人以接收資金,但絕對不能向任何人透露您的私鑰。
私鑰讓你可以存取加密貨幣,不論您使用的是什麼錢包。因此,即使你的電腦或智慧手機受到威脅,只要你有相對應的私鑰(或助記詞 Secret Recovery Phrase),你仍然可以在另一台設備上存取資金。注意,代幣從來沒有真正離開區塊鏈,它只是從一個地址轉移到另一個地址。
https://academy.binance.com/zt/articles/crypto-wallet-types-explained
任務指南
使用 Arm0ry Playground 需要一個軟體錢包。本任務以在電腦瀏覽器上成功安裝 Metamask 並創建一組代幣錢包為例。
Bonus. 在手機上安裝 Metamask App,使用同一組助記詞登入你剛剛創建的錢包