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: docs/bee/installation/build-from-source.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ id: build-from-source
4
4
description: Guides developers through compiling Bee directly from source code using Go git and make with step-by-step instructions.
5
5
---
6
6
7
-
Bee is written using the [Go](https://golang.org) language.
7
+
Bee is written using the [Go](https://go.dev) language.
8
8
9
9
You may build the Bee client software directly from the [source](https://github.com/ethersphere/bee).
10
10
11
11
Prerequisites for installing directly from source are:
12
12
13
-
-**go** - download the latest release from [golang.org](https://golang.org/dl).
13
+
-**go** - download the latest release from [go.dev](https://go.dev/dl).
14
14
-**git** - download from [git-scm.com](https://git-scm.com/).
15
15
-**make** - [make](https://www.gnu.org/software/make/) is usually included by default in most UNIX operating systems, and can be installed and used on almost any other operating system where it is not included by default.
Copy file name to clipboardExpand all lines: docs/bee/installation/package-manager.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -427,7 +427,7 @@ Success! The Bee API is now listening!
427
427
Next, let's see if we have connected with any peers by sending a query to the Bee API (port 1633 by default - `localhost:1633`).
428
428
429
429
:::info
430
-
Here we are using the `jq` [utility](https://jqlang.github.io/jq/) to parse our javascript. Use your package manager to install `jq`, or simply remove everything after and including the first `|` to view the raw json without it.
430
+
Here we are using the `jq` [utility](https://jqlang.org/) to parse our javascript. Use your package manager to install `jq`, or simply remove everything after and including the first `|` to view the raw json without it.
Great! We can see that we are currently connected with 23 other nodes!
44
44
45
45
:::info
46
-
Here we are using the `jq` command line utility to count the amount of objects in the `peers` array in the JSON response we have received from our API, learn more about how to install and use `jq`[here](https://jqlang.github.io/jq/).
46
+
Here we are using the `jq` command line utility to count the amount of objects in the `peers` array in the JSON response we have received from our API, learn more about how to install and use `jq`[here](https://jqlang.org/).
47
47
:::
48
48
49
49
Let's review a handful of endpoints which will provide you with important information relevant to detecting and diagnosing problems with your nodes.
Follow the [official ENS guide](https://support.ens.domains/en/articles/12275979-how-to-add-a-decentralized-website-to-an-ens-name) for registering a content hash adding your content hash in the ENS UI (see [guide](#optional-connect-site-to-ens-domain)). However, rather than registering your website's hash directly, register the feed manifest hash we saved from the previous step from our example above.
146
+
Follow the [official ENS guide](https://support.ens.domains/en/articles/12275979-how-do-i-add-a-decentralised-website-to-my-ens-name) for registering a content hash adding your content hash in the ENS UI (see [guide](#optional-connect-site-to-ens-domain)). However, rather than registering your website's hash directly, register the feed manifest hash we saved from the previous step from our example above.
ENS provides a clear walkthrough with screenshots showing how to add a content hash to your domain with their [easy to use app](https://app.ens.domains/):
180
180
181
-
[How to add a Decentralized website to an ENS name](https://support.ens.domains/en/articles/12275979-how-to-add-a-decentralized-website-to-an-ens-name)
181
+
[How to add a Decentralized website to an ENS name](https://support.ens.domains/en/articles/12275979-how-do-i-add-a-decentralised-website-to-my-ens-name)
Copy file name to clipboardExpand all lines: docs/develop/resources-md.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,11 +52,10 @@ description: A curated list of Swarm developer resources — docs, SDKs, example
52
52
53
53
-[Cafe137/etherjot ↗](https://github.com/Cafe137/etherjot) — Static blog generator, live at etherjot.eth.limo
54
54
-[ethersphere/examples ↗](https://github.com/ethersphere/examples) — Collection of example apps and starters
55
-
-[examples/simple-blog ↗](https://github.com/ethersphere/examples/tree/master/simple-blog) — Minimal feed-backed blog, one publisher, updatable content
56
-
-[examples/multi-author-blog ↗](https://github.com/ethersphere/examples/tree/master/multi-author-blog) — Multi-author blog using per-author feeds and a shared index
57
-
-[examples/website ↗](https://github.com/ethersphere/examples/tree/master/website) — Swarm + ENS starter, upload a site and resolve it via ENS
58
-
-[examples/routing-manifest ↗](https://github.com/ethersphere/examples/tree/master/routing-manifest) — Manifest-based routing demo for single-page apps
59
-
-[examples/basic-static-website ↗](https://github.com/ethersphere/examples/tree/main/basic-static-website) — Basic static website on Swarm
55
+
-[examples/simple-blog ↗](https://github.com/ethersphere/examples/tree/main/simple-blog) — Minimal feed-backed blog, one publisher, updatable content
56
+
-[examples/multi-author-blog ↗](https://github.com/ethersphere/examples/tree/main/multi-author-blog) — Multi-author blog using per-author feeds and a shared index
57
+
-[examples/website ↗](https://github.com/ethersphere/examples/tree/main/website) — Upload a static website to Swarm, publish it to a feed for a stable URL, and resolve it via ENS
58
+
-[examples/routing-manifest ↗](https://github.com/ethersphere/examples/tree/main/routing-manifest) — Manifest-based routing demo for single-page apps
60
59
61
60
### Streaming
62
61
@@ -101,8 +100,8 @@ description: A curated list of Swarm developer resources — docs, SDKs, example
101
100
-[ethersphere/create-swarm-app ↗](https://github.com/ethersphere/create-swarm-app) — Boilerplate for building Swarm apps with JavaScript
102
101
-[Cafe137/fdp-play ↗](https://github.com/Cafe137/fdp-play) — Docker-based local Bee cluster and FDP dev environment
103
102
-[Cafe137/pss-gsoc-learning-material ↗](https://github.com/Cafe137/pss-gsoc-learning-material) — Learning material for PSS and GSOC primitives
104
-
-[examples/dynamic-content ↗](https://github.com/ethersphere/examples/tree/master/dynamic-content) — Content addressing and feeds, introduction example
105
-
-[examples/filesystem ↗](https://github.com/ethersphere/examples/tree/master/filesystem) — Filesystem-style operations using bee-js
103
+
-[examples/dynamic-content ↗](https://github.com/ethersphere/examples/tree/main/dynamic-content) — Content addressing and feeds, introduction example
104
+
-[examples/filesystem ↗](https://github.com/ethersphere/examples/tree/main/filesystem) — Filesystem-style operations using bee-js
106
105
-[agazso/swarm-cid-converter ↗](https://github.com/agazso/swarm-cid-converter) — Convert Swarm hashes or links to CID and vice versa
107
106
-[Solar-Punk-Ltd/ipfs-to-swarm ↗](https://github.com/Solar-Punk-Ltd/ipfs-to-swarm) — Migrate data from IPFS to Swarm
108
107
@@ -120,7 +119,7 @@ description: A curated list of Swarm developer resources — docs, SDKs, example
120
119
121
120
-[SwarmScan ↗](https://swarmscan.io/) — Network explorer and node statistics
122
121
-[Swarm Gateway ↗](https://gateway.ethswarm.org/) — Share files via URL
123
-
-[Swarm Desktop ↗](https://desktop.ethswarm.org) — GUI node for non-technical users
122
+
-[Swarm Desktop ↗](https://ethswarm.org/build/desktop) — GUI node for non-technical users
124
123
-[Bee Dashboard ↗](https://github.com/ethersphere/bee-dashboard) — Web UI for node management
0 commit comments