Skip to content

Commit ceb7db5

Browse files
ElPaisanorekpero
andauthored
Add spheron (#1689)
* Add spheron details for IPFS pinning and other services * Add ecosystem guides section Co-authored-by: ElPaisano <[email protected]> Co-authored-by: Mitrasish Mukherjee <[email protected]>
1 parent 21d44ed commit ceb7db5

File tree

9 files changed

+350
-14
lines changed

9 files changed

+350
-14
lines changed

docs/.vuepress/config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,14 @@ module.exports = {
293293
children: [
294294
['/how-to/privacy-best-practices', 'Privacy and Encryption'],
295295
]
296+
},
297+
{
298+
title: 'Ecosystem Guides',
299+
sidebarDepth: 1,
300+
collapsable: true,
301+
children: [
302+
'/how-to/spheron',
303+
]
296304
}
297305
],
298306
'/reference/': [

docs/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ New to IPFS? Start with
2424

2525
## Develop
2626

27-
:::tip
28-
Are you developing with IPFS implementations and tools, and looking for technical support from IPFS experts? For the fastest possible assistance and resolution of your support needs, see the [guide to getting technical help and support](./community/README.md#get-technical-support-and-help).
27+
::: callout
28+
Check out the new [Ecosystem guides](./how-to/README.md#ecosystem-guides) section to learn more about the amazing tools, software and implementations created by IPFS ecosystem partners.
2929
:::
3030

3131
- Install and set up various IPFS implementations and tools in [Get Started](./install/README.md).
@@ -36,4 +36,8 @@ Are you developing with IPFS implementations and tools, and looking for technica
3636

3737
## Join the IPFS community
3838

39+
:::tip
40+
Are you developing with IPFS implementations and tools, and looking for technical support from IPFS experts? For the fastest possible assistance and resolution of your support needs, see the [guide to getting technical help and support](./community/README.md#get-technical-support-and-help).
41+
:::
42+
3943
IPFS has a bustling community of designers, developers, writers, and activists who are all helping to improve the project. Find out about the events and resources available, and how to get involved in the [Community section](./community/README.md)

docs/concepts/persistence.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Some available pinning service providers are:
4646
Some of the pinning services listed below are operated by third party companies. There is no guarantee that these third party companies will continue to maintain their pinning service. It is strongly recommended that you thoroughly research a pinning service before using it to host your data.
4747
:::
4848

49+
- [Spheron](https://spheron.network/)
4950
- [4EVERLAND Bucket](https://www.4everland.org/bucket/)
5051
- [Estuary](https://estuary.tech/)
5152
- [Filebase](https://filebase.com/)
@@ -76,6 +77,7 @@ Options in this category include:
7677
- [Web3.Storage](https://Web3.Storage)
7778
- [NFT.storage](https://nft.storage/)
7879
- [Estuary](https://estuary.tech)
79-
- [Powergate](https://docs.filecoin.io/build/tools/powergate/)
80+
- [Powergate](https://github.com/textileio/powergate)
8081
- [ChainSafe Storage](https://storage.chainsafe.io)
8182
- [Fleek Storage](https://fleek.co/storage)
83+
- [Spheron](https://spheron.network)

docs/concepts/usage-ideas-examples.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Netflix is on its way to using IPFS to [synchronize their Docker containers worl
124124

125125
### Decentralized storage
126126

127-
The [web3.storage](https://web3.storage) platform provides an IPFS-based storage service to safely secure and make your data available - giving developers the power of decentralized storage and content addressing via simple client libraries or an HTTP API.
127+
The [web3.storage](https://web3.storage) platform provides an IPFS-based storage service to safely secure and make your data available - giving developers the power of decentralized storage and content addressing via simple client libraries or an HTTP API. Similarly, the [Spheron Network](https://spheron.network) also provides an IPFS-based storage service.
128128

129129
## Lower your storage usage
130130

@@ -157,6 +157,10 @@ If you are currently using MongoDB, you might be more comfortable with [ThreadDB
157157

158158
[Fleek.co](https://fleek.co/) allows you to effortlessly build sites & apps on IPFS. The workflow is similar to that of Netlify: developers can link their website or a web app hosted on GitHub to Fleek and have it automatically built and deployed on IPFS whenever a change is made to a specific branch. Fleek also comes with Ethereum Name Service (ENS) and domain name integration and plan to enable many more ways to deploy soon: more Git providers, deploy via command-line interface, drag & drop a folder, via API, etc.
159159

160+
### Deploy your website on IPFS with Spheron
161+
162+
[Spheron Network](https://spheron.network/) facilitates the seamless deployment of websites on IPFS and Filecoin. It offers developers the convenience of linking their websites or web applications hosted on platforms such as GitHub, Gitlab, and Bitbucket to the Spheron Network. Subsequently, any modifications made to a designated branch will trigger an automatic build and deployment on IPFS. In addition to this, Spheron incorporates integration features for the Ethereum Name Service (ENS) and other domain name services. The platform is poised to introduce an expanded array of deployment methods, including a command-line interface, API, and SDK.
163+
160164
### Ethereum and Solidity specific applications
161165

162166
[Embark](https://framework.embarklabs.io/) is an all-in-one developer platform for building and deploying decentralized applications. It currently integrates with Ethereum blockchains, decentralized storage like IPFS, and decentralized communication platforms like Whisper and Orbit.
@@ -167,7 +171,7 @@ Several plugins exist to decentralize your website built with popular static-sit
167171

168172
## Build a dApp
169173

170-
There are many available frameworks to build decentralized apps on IPFS. [Fission](https://fission.codes/), [Fleek](https://fleek.co/), and [Textile](https://textile.io/) are great examples.
174+
There are many available frameworks to build decentralized apps on IPFS. [Fission](https://fission.codes/), [Fleek](https://fleek.co/), [Spheron](https://spheron.network/), and [Textile](https://textile.io/) are great examples.
171175

172176
### WebNative SDK
173177

docs/how-to/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Hands-on guides to using and developing with IPFS to build decentra
66
# IPFS Guides and Tutorials
77

88
::: callout
9-
Want to find even more resources for learning about IPFS and the technologies that power it? [Visit ProtoSchool](https://proto.school) for interactive tutorials that help you learn about the decentralized web by writing code and solving challenges, all from your browser!
9+
Check out the new [Ecosystem guides](#ecosystem-guides) section to learn more about the amazing tools, software and implementations created by IPFS ecosystem partners.
1010
:::
1111

1212
No matter what you're looking to do with IPFS, you can find how-tos and tutorials here. These items are a work in progress, so please check back periodically to check what we've added!
@@ -20,6 +20,12 @@ See the site navigation menu for all our how-tos, organized by topic area, inclu
2020
- **Learn how to build apps** on IPFS, starting with [exploring the IPFS API](https://github.com/ipfs/camp/tree/master/CORE_AND_ELECTIVE_COURSES/CORE_COURSE_C) and [making a basic libp2p app](https://github.com/ipfs/camp/tree/master/CORE_AND_ELECTIVE_COURSES/CORE_COURSE_B)
2121
- **Understand how IPFS works in the browser** by learning how to [address IPFS on the Web](address-ipfs-on-web.md) and [how IPFS can be used in your favorite browser tools and frameworks](browser-tools-frameworks.md)
2222

23+
## Ecosystem guides
24+
25+
Interested in learning more about tools, software and implementations in the wider IPFS ecosystem? Check out these guides, created by IPFS ecosystem partners.
26+
27+
- [Spheron](./spheron.md)
28+
2329
## Don't see what you're looking for?
2430

2531
We're adding more documentation all the time and making ongoing revisions to existing docs, but if you don't see what you need, please [file an issue](https://github.com/ipfs/ipfs-docs/issues/new?assignees=&labels=OKR+3%3A+Content+Improvement%2C+docs-ipfs&template=content-request.md&title=%5BCONTENT+REQUEST%5D+%28add+your+title+here%21%29) to let us know! We also recommend visiting the [IPFS forums](https://discuss.ipfs.tech/) for support and discussion with IPFS enthusiasts and experts worldwide.

docs/how-to/peering-with-content-providers.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ See [web3.storage/PEERS](https://github.com/web3-storage/web3.storage/blob/main/
112112
|`12D3KooWGASC2jm3pmohEJXUhuStkxDitPgzvs4qMuFPaiD9x1BA`|`/ip4/78.46.108.24`|
113113
|`12D3KooWRbWZN3GvLf9CHmozq4vnTzDD4EEoiqtRJxg5FV6Gfjmm`|`/ip4/65.109.19.136`|
114114

115+
### Spheron Network
116+
117+
| Peer ID | Addresses |
118+
| ------- | --------- |
119+
|`12D3KooWFdciAga3zq3TZdrmDospFNrWRALe6VM6JpoKGEfVrqEi`|`/ip4/5.199.162.230`|
120+
|`12D3KooWBCzniwFvfS67HyZsJtiehd7RHtcKanGGCd8h6bjVWnkb`|`/ip4/5.199.168.17`|
121+
|`12D3KooWNbvFFq8kzS3eMonQYEmFyWTHboMZnHKr4XnN53gJKqhH`|`/ip4/5.199.162.220`|
122+
115123
### 4EVERLAND
116124

117125
| Peer ID | Addresses |

0 commit comments

Comments
 (0)