diff --git a/.link-checker-ignore b/.link-checker-ignore index 240f5efe..977b13e1 100644 --- a/.link-checker-ignore +++ b/.link-checker-ignore @@ -5,3 +5,9 @@ # Example hash from desktop/publish-a-website.md — just an example of URL format https://api.gateway.ethswarm.org/bzz/6843d3be17364ea0620011430e4db2a26ff781da478493a02d6eb5aae886b8ae/ + +# External services that may have rate limiting, SSL issues, or temporary downtime +https://gnosis.blockscout.com/ +https://gnosisscan.io/token/ +https://www.npmjs.com/ +https://xdai.fairdatasociety.org diff --git a/docs/bee/faq.md b/docs/bee/faq.md index a289bdfc..dbaf1c01 100644 --- a/docs/bee/faq.md +++ b/docs/bee/faq.md @@ -174,11 +174,4 @@ If you are using a different wallet which does not have an easy option for addin Network name: Gnosis RPC URL: https://xdai.fairdatasociety.org Chain ID: 100 -Currency symbol: XDAI - -#### Sepolia - -Network name: Sepolia test network -RPC URL: https://sepolia.infura.io/v3/ -Chain ID: 11155111 -Currency symbol: SepoliaETH \ No newline at end of file +Currency symbol: XDAI \ No newline at end of file diff --git a/docs/references/awesome-list.mdx b/docs/references/awesome-list.mdx index 49d9eb6a..a0f502ed 100644 --- a/docs/references/awesome-list.mdx +++ b/docs/references/awesome-list.mdx @@ -44,7 +44,7 @@ See [CONTRIBUTING.md](https://github.com/ethersphere/awesome-swarm/blob/master/C [Bee Dashboard](https://github.com/ethersphere/bee-dashboard) - React project to troubleshoot and interact with your Bee node. -[Gateway](https://github.com/ethersphere/gateway-ui) - Gateway to the Swarm project, for uploading, downloading and sharing assets on the network. +[Gateway](https://github.com/ethersphere/gateway) - Gateway to the Swarm project, for uploading, downloading and sharing assets on the network. [Swarmy](https://swarmy.cloud/) - Swarm as a service, makes it simple to store and retrieve data on Swarm. @@ -54,7 +54,6 @@ See [CONTRIBUTING.md](https://github.com/ethersphere/awesome-swarm/blob/master/C [buzzMint](https://buzzmint.io/) - A decentralised NFT creator. -[Bchan](https://github.com/Cafe137/bchan-public) - A private message board allowing users to post images, text, and links across various threads. ### Tools @@ -121,17 +120,18 @@ See [CONTRIBUTING.md](https://github.com/ethersphere/awesome-swarm/blob/master/C [Fairdrive code](https://github.com/fairDataSociety/fairdrive-theapp) - Code for decentralised and unstoppable "Dropbox" for end-users and developers using Fair Data Protocol. -[SwarmScan](https://swarmscan.io/) - Get network insights. + +[SwarmScan](https://swarmscan.resenje.org/) - Get network insights. [Etherna.io](https://etherna.io/) - Decentralised media platform on Swarm. [SwarmNFT library](https://github.com/igar1991/SwarmNFT) - JavaScript library for creating NFTs on Ethereum-compatible blockchains and storing content on Swarm. -[videoNFT](https://github.com/pblvrt/videoNFT) - NFT live streaming with Swarm (winner of EthBerlin3 2022 Freedom to Transact Track). +[videoNFT](https://github.com/pabloVoorvaart/videoNFT/) - NFT live streaming with Swarm (winner of EthBerlin3 2022 Freedom to Transact Track). -[DeBoot](https://github.com/debootdevs/deboot) - DeBoot is a project to research and implement approaches to bootloading OS images from a decentralized storage network such as Swarm or IPFS. +[DeBoot](https://github.com/awmacpherson/deboot) - DeBoot is a project to research and implement approaches to bootloading OS images from a decentralized storage network such as Swarm or IPFS. -[Swarm DAppNode Package](https://github.com/w3rkspacelabs/DAppNodePackage-Swarm) - Swarm DAppNode package for Swarm Mainnet with multi-platform (x86_64 and arm64) support. +[Swarm DAppNode Package](https://github.com/rndlabs/dappnodepackage-swarm) - Swarm DAppNode package for Swarm Mainnet with multi-platform (x86_64 and arm64) support. [Mipasa Swarm Connector](https://github.com/MiPasa/mipasa-swarm-connector/) - MiPasa connector for Swarm (BZZ) distributed storage network. diff --git a/docs/references/fair-data-society.md b/docs/references/fair-data-society.md index cb59da50..2b5268e6 100644 --- a/docs/references/fair-data-society.md +++ b/docs/references/fair-data-society.md @@ -17,8 +17,6 @@ FDS's software is currently in beta or earlier and has no guarantees of file int 1. [The Fair Data Protocol (FDP)](https://fdp.fairdatasociety.org/) - A data interoperability protocol for dApps that use personal data. 1. [Fairdrive](https://fairdrive.fairdatasociety.org/) - Decentralised storage on Swarm. 1. [Fairdrop](https://fairdrop.fairdatasociety.org/) - An easy and secure way to send your files. No central server. No tracking. No backdoors. -1. [FairOS](https://docs.fairos.fairdatasociety.org/docs/) - The operating system for the decentralised web. - ## Links * [FDS YouTube](https://www.youtube.com/@fairdatasociety8412) diff --git a/static/llms.txt b/static/llms.txt index 5f2b397b..7fdc5286 100644 --- a/static/llms.txt +++ b/static/llms.txt @@ -21,9 +21,12 @@ This is the documentation for [Swarm](https://www.ethswarm.org/) and its referen - [Set Target Neighborhood](https://docs.ethswarm.org/docs/bee/installation/set-target-neighborhood): Choose a network neighborhood for your node - [Connectivity](https://docs.ethswarm.org/docs/bee/installation/connectivity): NAT traversal, ports, and peer connectivity - [Fund Your Node](https://docs.ethswarm.org/docs/bee/installation/fund-your-node): Add xBZZ and xDAI to operate your node +- [Verify Installation](https://docs.ethswarm.org/docs/bee/installation/verify): Verify your Bee installation ## Configure and operate a Bee node +- [Introduction](https://docs.ethswarm.org/docs/bee/working-with-bee/introduction): Overview of operating and managing a Bee node + - [Configuration](https://docs.ethswarm.org/docs/bee/working-with-bee/configuration): All Bee config options (YAML, env vars, CLI flags) - [Node Types](https://docs.ethswarm.org/docs/bee/working-with-bee/node-types): Full, light, and ultra-light node modes - [Bee API](https://docs.ethswarm.org/docs/bee/working-with-bee/bee-api): Overview of the HTTP API endpoints @@ -35,6 +38,10 @@ This is the documentation for [Swarm](https://www.ethswarm.org/) and its referen - [Backups](https://docs.ethswarm.org/docs/bee/working-with-bee/backups): Back up keys, statestore, and stamps - [Upgrading Bee](https://docs.ethswarm.org/docs/bee/working-with-bee/upgrading-bee): Upgrade process and migration notes +## Getting Started with Development + +- [Introduction](https://docs.ethswarm.org/docs/develop/introduction): Introduction to building with Swarm + ## Upload, download, and manage data - [Upload & Download](https://docs.ethswarm.org/docs/develop/upload-and-download): Store and retrieve files and directories via the Bee API @@ -48,10 +55,12 @@ This is the documentation for [Swarm](https://www.ethswarm.org/) and its referen - [Host a Webpage](https://docs.ethswarm.org/docs/develop/host-your-website): Upload and serve static websites on Swarm - [Website Routing](https://docs.ethswarm.org/docs/develop/routing): Custom domains, ENS resolution, and routing configuration +- [Multi-Author Blog](https://docs.ethswarm.org/docs/develop/multi-author-blog): Create collaborative blogs on Swarm - [Run a Gateway](https://docs.ethswarm.org/docs/develop/gateway-proxy): Serve Swarm content over HTTP to regular browsers ## Build applications on Swarm +- [Tools and Features](https://docs.ethswarm.org/docs/develop/tools-and-features/introduction): Overview of Swarm development tools and features - [Bee JS](https://docs.ethswarm.org/docs/develop/tools-and-features/bee-js): JavaScript/TypeScript SDK for Swarm - [Chunk Types](https://docs.ethswarm.org/docs/develop/tools-and-features/chunk-types): Content-addressed chunks (CAC) and single-owner chunks (SOC) - [Feeds](https://docs.ethswarm.org/docs/develop/tools-and-features/feeds): Mutable data references using single-owner chunks @@ -67,6 +76,7 @@ This is the documentation for [Swarm](https://www.ethswarm.org/) and its referen ## Understand Swarm concepts +- [Introduction](https://docs.ethswarm.org/docs/concepts/introduction): Introduction to Swarm concepts and architecture - [What is Swarm?](https://docs.ethswarm.org/docs/concepts/what-is-swarm): Architecture overview and design goals - [DISC](https://docs.ethswarm.org/docs/concepts/DISC/): Distributed Immutable Store for Chunks - [Kademlia](https://docs.ethswarm.org/docs/concepts/DISC/kademlia): Distributed hash table and routing