Browse Source

docs: fix content mixup

friedger-patch-1
Alexander Graebe 4 years ago
committed by Alexander Graebe
parent
commit
e25e9fbf55
  1. 16
      src/pages/understand-stacks/overview.md

16
src/pages/understand-stacks/overview.md

@ -30,15 +30,6 @@ Read more about the functionality provided by the Stacks 2.0 blockchain.
Stacks 2.0 implements a new mining mechanism called Proof of Transfer ("PoX").
PoX is a consensus algorithm between two blockchains. It uses an established blockchain (in this case Bitcoin) to secure a new blockchain (Stacks).
## API
You can use the Stacks 2.0 Blockchain API to query the blockchain and interact with smart contracts.
[@page-reference | inline]
| /understand-stacks/stacks-blockchain-api
## Tutorials
PoX connects to Bitcoin with a 1:1 block ratio, meaning anything that happens on the Stacks blockchain can be verified on the Bitcoin Blockchain.
Instead of burning electricity on proof of work, PoX reuses already minted bitcoins as “proof of computation” and
@ -47,6 +38,13 @@ miners represent their cost of mining in bitcoins directly.
[@page-reference | inline]
| /understand-stacks/proof-of-transfer
### API
You can use the Stacks 2.0 Blockchain API to query the blockchain and interact with smart contracts.
[@page-reference | inline]
| /understand-stacks/stacks-blockchain-api
### Mining
Mining is required to make the network usable, trustworthy, and secure. Miners verify incoming transactions, participate in the consensus mechanism, and write new blocks to the blockchain.

Loading…
Cancel
Save