mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add "Bitcoin" to the vocabulary page (fixes #140)
This commit is contained in:
parent
cd597fdb21
commit
42746f48a8
2 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,7 @@ order:
|
|||
- id: wallet
|
||||
en:
|
||||
- id: address
|
||||
- id: bitcoin
|
||||
- id: blockchain
|
||||
- id: block
|
||||
- id: btc
|
||||
|
|
|
@ -391,6 +391,7 @@ en:
|
|||
summary: "Bitcoin provides a new approach to payments and, as such, there are some new words that might become a part of your vocabulary. Don't worry, even the humble television created new words!"
|
||||
table: "Table of contents"
|
||||
tableaddress: "<a href=\"#[vocabulary.address]\">Address</a>"
|
||||
tablebitcoin: "<a href=\"#[vocabulary.bitcoin]\">Bitcoin</a>"
|
||||
tableblockchain: "<a href=\"#[vocabulary.block-chain]\">Block Chain</a>"
|
||||
tableblock: "<a href=\"#[vocabulary.block]\">Block</a>"
|
||||
tablebtc: "<a href=\"#[vocabulary.btc]\">BTC</a>"
|
||||
|
@ -405,6 +406,8 @@ en:
|
|||
tablewallet: "<a href=\"#[vocabulary.wallet]\">Wallet</a>"
|
||||
address: "<a name=\"[vocabulary.address]\">Address</a>"
|
||||
addresstxt: "A Bitcoin address is <b>like a physical address or an email</b>. It is the only information you need to provide for someone to pay you with Bitcoin."
|
||||
bitcoin: "<a name=\"[vocabulary.bitcoin]\">Bitcoin</a>"
|
||||
bitcointxt: "Bitcoin - with capitalization, is used when describing the concept of Bitcoin, or the entire network itself. e.g. \"I was learning about the Bitcoin protocol today.\" bitcoin - without capitalization, is used to describe bitcoins as a unit of account. e.g. \"I sent ten bitcoins today.\""
|
||||
blockchain: "<a name=\"[vocabulary.block-chain]\">Block Chain</a>"
|
||||
blockchaintxt: "The block chain is a <b>public record of all Bitcoin transactions</b>, in chronological order. The block chain is shared between all Bitcoin users. It is used to verify the balance of Bitcoin addresses and to prevent <a href=\"#[vocabulary.double-spend]\">double spending</a>."
|
||||
block: "<a name=\"[vocabulary.block]\">Block</a>"
|
||||
|
@ -489,6 +492,7 @@ en:
|
|||
anchor:
|
||||
vocabulary:
|
||||
address: address
|
||||
bitcoin: bitcoin
|
||||
block-chain: blockchain
|
||||
block: block
|
||||
btc: btc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue