mirror of https://github.com/lukechilds/docs.git
7 changed files with 64 additions and 36 deletions
@ -0,0 +1,6 @@ |
|||
--- |
|||
title: Account management |
|||
description: Guide to Stacks 2.0 account management |
|||
--- |
|||
|
|||
## Introduction |
@ -0,0 +1,6 @@ |
|||
--- |
|||
title: Stacks 2.0 network |
|||
description: Guide to Stacks 2.0 network concepts, architectures, and implications |
|||
--- |
|||
|
|||
## Introduction |
@ -0,0 +1,31 @@ |
|||
--- |
|||
title: Testnet |
|||
description: Learn about testnet phases, timelines, and features |
|||
--- |
|||
|
|||
## Introduction |
|||
|
|||
## Testnet phases |
|||
|
|||
- ✅ **Phase 1 (Neon):** is a developer local setup, mono-node, assembling SIP 001, SIP 002, SIP 004 and SIP 005. With this version, developers can not only run Stacks 2.0 on their development machines, but also write, execute, and test smart contracts. |
|||
- ✅ **Phase 2 (Argon):** is the current version of our public testnet. This testnet includes SIP 003, and will be an open-membership public network, where participants will be able to validate and participate in mining testnet blocks. |
|||
- [ ] **Phase 3 (Krypton):** is the upcoming version that we're anticipating to ship in Q3 2020. This version focus on the PoX basics (miner get rewards, Stackers get BTC distributions, etc). |
|||
- [ ] **Phase 4 (Mainnet)** is the fully functional version, that we're intending to ship in Q4 2020. |
|||
|
|||
## Testnet roadmap |
|||
|
|||
✅ Released features <input type="checkbox" disabled /> Upcoming |
|||
|
|||
| | Phase 1 | **Phase 2** | Phase 3 | Phase 4 | |
|||
| -------------------------------------------------------------------------------------------------------------------------------------------- | ------- | ----------- | ---------------------------------- | ---------------------------------- | |
|||
| [Simple Proof of Transfer mining](https://github.com/blockstack/stacks-blockchain) | ✅ | ✅ | <input type="checkbox" disabled /> | <input type="checkbox" disabled /> | |
|||
| [Send and receive Stacks](https://github.com/blockstack/cli-blockstack) | ✅ | ✅ | <input type="checkbox" disabled /> | <input type="checkbox" disabled /> | |
|||
| [Deploy Clarity contracts](/smart-contracts/overview) | ✅ | ✅ | <input type="checkbox" disabled /> | <input type="checkbox" disabled /> | |
|||
| [New Stacks Explorer](https://testnet-explorer.blockstack.org/) | | ✅ | <input type="checkbox" disabled /> | <input type="checkbox" disabled /> | |
|||
| [stacks-transactions-js](https://github.com/blockstack/stacks-transactions-js) | | ✅ | <input type="checkbox" disabled /> | <input type="checkbox" disabled /> | |
|||
| [Transaction signing](https://blog.blockstack.org/build-apps-that-sign-transactions-with-clarity-smart-contracts-on-the-stacks-2-0-testnet/) | | ✅ | <input type="checkbox" disabled /> | <input type="checkbox" disabled /> | |
|||
| Proof of Transfer mining | | | <input type="checkbox" disabled /> | <input type="checkbox" disabled /> | |
|||
| Stacking | | | <input type="checkbox" disabled /> | <input type="checkbox" disabled /> | |
|||
| New Stacks Wallet | | | <input type="checkbox" disabled /> | <input type="checkbox" disabled /> | |
|||
| Testing upgrade to Stacks 2.0 | | | | <input type="checkbox" disabled /> | |
|||
| Integration with Bitcoin testnet | | | | <input type="checkbox" disabled /> | |
@ -0,0 +1,6 @@ |
|||
--- |
|||
title: Transaction generation |
|||
description: Guide to Stacks 2.0 transaction generation |
|||
--- |
|||
|
|||
## Introduction |
Loading…
Reference in new issue