Skip to content

Commit f836f91

Browse files
committed
read the book of swarm
1 parent 1a833a0 commit f836f91

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

docs/access-the-swarm/keep-your-data-alive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The *amount* you specify will determine the amount of time your chunks live in t
4242
For now, we suggest you specify depth 20 and amount 100 for your batches. This should be ample to upload up quite some data, and to keep your files in the Swarm for the forseeable future.
4343

4444
:::warning
45-
When you purchase a batch of stamps, you agree to burn gBZZ. Although your 'balance' slowly decrements as time goes on, there is no way to withdraw gBZZ from a batch. This is an outcome of Swarm's decentralised design, to read more about how the swarm fits together, read [The Book of Swarm](https://gateway.ethswarm.org/bzz/latest.bookofswarm.eth/).
45+
When you purchase a batch of stamps, you agree to burn gBZZ. Although your 'balance' slowly decrements as time goes on, there is no way to withdraw gBZZ from a batch. This is an outcome of Swarm's decentralised design, to read more about how the swarm fits together, read <a href="/the-book-of-swarm-viktor-tron-v1.0-pre-release7.pdf" target="_blank" rel="noopener noreferrer">The Book of Swarm</a> .
4646
:::
4747

4848
```bash

docs/access-the-swarm/pinning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ that has not been accessed recently to make room for new chunks.
118118
119119
:::info
120120
For more info on how chunks are distributed, persisted and stored within the network, read
121-
[The Book of Swarm](https://gateway.ethswarm.org/bzz/latest.bookofswarm.eth/).
121+
<a href="/the-book-of-swarm-viktor-tron-v1.0-pre-release7.pdf" target="_blank" rel="noopener noreferrer">The Book of Swarm</a> .
122122
:::
123123
124124
To keep this content alive, your Bee node can be configured to refresh this content when it is

docs/architecture/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ id: architecture
44
---
55

66
Developers who want to develop client implementations and others who want to understand the underlying concepts and design of Swarm are invited to read
7-
[The Book of Swarm](https://gateway.ethswarm.org/bzz/latest.bookofswarm.eth/), which is the authoritative reference.
7+
<a href="/the-book-of-swarm-viktor-tron-v1.0-pre-release7.pdf" target="_blank" rel="noopener noreferrer">The Book of Swarm</a> , which is the authoritative reference.

docs/dapps-on-swarm/chunk-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Chunk Types
33
id: chunk-types
44
---
55

6-
Swarm is home to many types of chunks, but these can be categoried into 4 broad categories. Read [The Book of Swarm](https://gateway.ethswarm.org/bzz/latest.bookofswarm.eth/) for more information on how swarm comes together.
6+
Swarm is home to many types of chunks, but these can be categoried into 4 broad categories. Read <a href="/the-book-of-swarm-viktor-tron-v1.0-pre-release7.pdf" target="_blank" rel="noopener noreferrer">The Book of Swarm</a> for more information on how swarm comes together.
77

88
## Content Addressed Chunks
99

@@ -19,7 +19,7 @@ Trojan chunks are a special version of content addressed chunks that have been '
1919

2020
## Single Owner Chunks
2121

22-
Single Owner Chunks are distinct from Trojan and Content Addressed Chunks and are the only other type of chunk which is allowed in the Swarm. These chunks represent part of the swarm's address space which is reserved just for your personal Ethereum key pair! Here you can write whatever you'd please. Single Owner Chunks are the technology that powers Swarm's [feeds](/docs/dapps-on-swarm/feeds) but they are capable of much more! Look out for more chats about this soon and for more info, read [The Book of Swarm](https://gateway.ethswarm.org/bzz/latest.bookofswarm.eth/).
22+
Single Owner Chunks are distinct from Trojan and Content Addressed Chunks and are the only other type of chunk which is allowed in the Swarm. These chunks represent part of the swarm's address space which is reserved just for your personal Ethereum key pair! Here you can write whatever you'd please. Single Owner Chunks are the technology that powers Swarm's [feeds](/docs/dapps-on-swarm/feeds) but they are capable of much more! Look out for more chats about this soon and for more info, read <a href="/the-book-of-swarm-viktor-tron-v1.0-pre-release7.pdf" target="_blank" rel="noopener noreferrer">The Book of Swarm</a> .
2323

2424
## Custom Chunk Types
2525

docs/dapps-on-swarm/feeds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A feed is a collection of Single Owner Chunks with predicatable addresses. This
1515

1616
### Creating and Updating a Feed
1717

18-
In order to edit a feed, you will need to sign your chunks using an Ethereum keypair. For the intrepid, check out the [The Book of Swarm](https://gateway.ethswarm.org/bzz/latest.bookofswarm.eth/) on precise details on how to do this. For the rest of us, both [bee-js](/docs/dapps-on-swarm/bee-js) and [swarm-cli](/docs/working-with-bee/bee-tools) provide facilities to achieve this using javascript and a node-js powered command line tool respectively.
18+
In order to edit a feed, you will need to sign your chunks using an Ethereum keypair. For the intrepid, check out the <a href="/the-book-of-swarm-viktor-tron-v1.0-pre-release7.pdf" target="_blank" rel="noopener noreferrer">The Book of Swarm</a> on precise details on how to do this. For the rest of us, both [bee-js](/docs/dapps-on-swarm/bee-js) and [swarm-cli](/docs/working-with-bee/bee-tools) provide facilities to achieve this using javascript and a node-js powered command line tool respectively.
1919

2020
### No More ENS Transaction Charges
2121

docs/dapps-on-swarm/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Dapps On Swarm
33
id: introduction
44
---
55

6-
Swarm is designed with dapps in mind, and much time has been devoted to designing patterns and prototying ways to build 2nd layer dapps on top of the DISC that Bee provides! Read much more about how to structure your data and build unstoppable dapps in [The Book of Swarm](https://gateway.ethswarm.org/bzz/latest.bookofswarm.eth/).
6+
Swarm is designed with dapps in mind, and much time has been devoted to designing patterns and prototying ways to build 2nd layer dapps on top of the DISC that Bee provides! Read much more about how to structure your data and build unstoppable dapps in <a href="/the-book-of-swarm-viktor-tron-v1.0-pre-release7.pdf" target="_blank" rel="noopener noreferrer">The Book of Swarm</a> .
77

88
## Developing on Bee
99

docs/installation/hive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ id: hive
77
We recommend even our most 1337 readers go through a [single installation](/docs/installation/install) first to get a flavour of Bee, and to understand the nuances of the implementations. 👾
88
:::
99

10-
Because of how the swarm is structured, we recommend that users wishing to scale up their Bee operation, or set up a commercial Bee hive should seek to run many instances of Bee simulataneously. Read [The Book of Swarm](https://gateway.ethswarm.org/bzz/latest.bookofswarm.eth/) for more information on how the swarm comes together.
10+
Because of how the swarm is structured, we recommend that users wishing to scale up their Bee operation, or set up a commercial Bee hive should seek to run many instances of Bee simulataneously. Read <a href="/the-book-of-swarm-viktor-tron-v1.0-pre-release7.pdf" target="_blank" rel="noopener noreferrer">The Book of Swarm</a> for more information on how the swarm comes together.
1111

1212
Swarm provides tooling to help you install many Bees at once.
1313

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Need even more incentive to get involved with the wonderful world of Swarm? Find
3232

3333
## Find Out More
3434
What happens with your Bee node when you start it up? Want to know more about the amazing Swarm technology behind Bee?
35-
Want to make your own client? Read [The Book of Swarm](https://gateway.ethswarm.org/bzz/latest.bookofswarm.eth/),
35+
Want to make your own client? Read <a href="/the-book-of-swarm-viktor-tron-v1.0-pre-release7.pdf" target="_blank" rel="noopener noreferrer">The Book of Swarm</a> ,
3636
our 250 page epic guide to the future tech underpinning the Swarm network.
3737

3838
## Development

docs/working-with-bee/cashing-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PLEASE! Do not cash out your cheques too regularly! Once a week is more than suf
1111

1212
:::info
1313
Learn more about how SWAP and other accounting protocols work by reading
14-
[The Book of Swarm](https://gateway.ethswarm.org/bzz/latest.bookofswarm.eth/).
14+
<a href="/the-book-of-swarm-viktor-tron-v1.0-pre-release7.pdf" target="_blank" rel="noopener noreferrer">The Book of Swarm</a> .
1515
:::
1616

1717
Bee contains a rich set of features to enable you to query the current accounting state of your node. First, let's query our node's current balance by sending a POST request to the balances endpoint.

docs/working-with-bee/debug-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ curl -X GET http://localhost:1635/topology | jq
4646
In this example, our node is beginning to form a healthy network. We hope to see our node adding and
4747
connecting to nodes in as many bins as possible. Learn more about promiximity order bins and how your
4848
Bee node becomes part of the ordered p2p network in
49-
[The Book of Swarm](https://gateway.ethswarm.org/bzz/latest.bookofswarm.eth/).
49+
<a href="/the-book-of-swarm-viktor-tron-v1.0-pre-release7.pdf" target="_blank" rel="noopener noreferrer">The Book of Swarm</a> .
5050

5151
```json
5252
{

0 commit comments

Comments
 (0)