Skip to content

Commit ebe554f

Browse files
authored
Merge pull request #79 from spacesprotocol/buffrr-patch-1
Update README.md
2 parents c21b4b4 + 36e695b commit ebe554f

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Checkout [releases](https://github.com/spacesprotocol/spaces/releases) for an im
77

88
Spaces are sovereign Bitcoin identities. They leverage the existing infrastructure and security of Bitcoin without requiring a new blockchain or any modifications to Bitcoin itself [learn more](https://spacesprotocol.org).
99

10-
1110
`spaced` is a tiny layer that connects to Bitcoin Core over RPC and scans transactions relevant to the protocol.
1211

1312
`space-cli` is a Bitcoin wallet that supports opening auctions, bidding and registering spaces.
@@ -19,15 +18,14 @@ Paste the following into your terminal to install the latest version of Spaces:
1918
curl --proto '=https' --tlsv1.2 -sSf https://install.spacesprotocol.org | sh
2019
```
2120

21+
## Documentation
2222

23-
## Development setup on testnet4
23+
Visit [docs](https://spacesprotocol.org/) to learn how to get started.
2424

25-
### Install Bitcoin Core
26-
Bitcoin Core of version 28+ is required. It can be installed from the official [download page](https://bitcoincore.org/en/download/).
2725

28-
### Install Spaces Daemon
26+
## Build from source
2927

30-
`spaced` is a tiny layer that connects to Bitcoin Core over RPC and scans transactions relevant to the protocol. Make sure you have [Rust](https://www.rust-lang.org/tools/install) installed before proceeding.
28+
To build it from source:
3129

3230
```sh
3331
git clone https://github.com/spacesprotocol/spaced && cd spaced
@@ -48,6 +46,8 @@ spaced --version
4846
space-cli --version
4947
```
5048

49+
## Development setup on testnet4
50+
5151
### Setup
5252

5353
First, download Bitcoin Core and set it up to connect to `testnet4` using these steps:
@@ -78,9 +78,6 @@ spaced --chain testnet4 --bitcoin-rpc-user testnet4 --bitcoin-rpc-password testn
7878
| protocol | No | Protocol consensus library |
7979
| veritas | No | Stateless verifier library for mobile and other resource constrained devices with wasm support. |
8080

81-
## Documentation
82-
83-
Visit [docs](https://docs.spacesprotocol.org/) to get more information about Spaces protocol.
8481

8582

8683
## License

0 commit comments

Comments
 (0)