Skip to content

Commit cf4fab4

Browse files
committed
chore: Update "stacks-blockchain" -> "stacks-core"
1 parent 2c1c255 commit cf4fab4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Reference implementation of the [Stacks blockchain](https://github.com/stacks-ne
1111
Stacks is a layer-2 blockchain that uses Bitcoin as a base layer for security and enables decentralized apps and predictable smart contracts using the [Clarity language](https://clarity-lang.org/). Stacks implements [Proof of Transfer (PoX)](https://community.stacks.org/pox) mining that anchors to Bitcoin security. Leader election happens at the Bitcoin blockchain and Stacks (STX) miners write new blocks on the separate Stacks blockchain. With PoX there is no need to modify Bitcoin to enable smart contracts and decentralized apps.
1212

1313
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0)
14-
[![Release](https://img.shields.io/github/v/release/stacks-network/stacks-blockchain?style=flat)](https://github.com/stacks-network/stacks-blockchain/releases/latest)
15-
[![Build Status](https://github.com/stacks-network/stacks-blockchain/actions/workflows/ci.yml/badge.svg?branch=master&event=workflow_dispatch&style=flat)](https://github.com/stacks-network/stacks-blockchain/actions/workflows/ci.yml?query=event%3Aworkflow_dispatch+branch%3Amaster)
14+
[![Release](https://img.shields.io/github/v/release/stacks-network/stacks-core?style=flat)](https://github.com/stacks-network/stacks-core/releases/latest)
15+
[![Build Status](https://github.com/stacks-network/stacks-core/actions/workflows/ci.yml/badge.svg?branch=master&event=workflow_dispatch&style=flat)](https://github.com/stacks-network/stacks-core/actions/workflows/ci.yml?query=event%3Aworkflow_dispatch+branch%3Amaster)
1616
[![Discord Chat](https://img.shields.io/discord/621759717756370964.svg)](https://stacks.chat)
1717

1818
## Building
@@ -27,7 +27,7 @@ source $HOME/.cargo/env
2727
rustup component add rustfmt
2828
```
2929

30-
- When building the [`master`](https://github.com/stacks-network/stacks-blockchain/tree/master) branch, ensure you are using the latest stable release:
30+
- When building the [`master`](https://github.com/stacks-network/stacks-core/tree/master) branch, ensure you are using the latest stable release:
3131

3232
```bash
3333
rustup update
@@ -36,8 +36,8 @@ rustup update
3636
### 2. Clone the source repository:
3737

3838
```bash
39-
git clone --depth=1 https://github.com/stacks-network/stacks-blockchain.git
40-
cd stacks-blockchain
39+
git clone --depth=1 https://github.com/stacks-network/stacks-core.git
40+
cd stacks-core
4141
```
4242

4343
### 3. Build the project

0 commit comments

Comments
 (0)