You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-9
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ Checkout [releases](https://github.com/spacesprotocol/spaces/releases) for an im
7
7
8
8
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).
9
9
10
-
11
10
`spaced` is a tiny layer that connects to Bitcoin Core over RPC and scans transactions relevant to the protocol.
12
11
13
12
`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:
19
18
curl --proto '=https' --tlsv1.2 -sSf https://install.spacesprotocol.org | sh
20
19
```
21
20
21
+
## Documentation
22
22
23
-
## Development setup on testnet4
23
+
Visit [docs](https://spacesprotocol.org/) to learn how to get started.
24
24
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/).
27
25
28
-
### Install Spaces Daemon
26
+
##Build from source
29
27
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.
0 commit comments