https://github.com/storacha/piri
🐔 Storacha Storage Node
https://github.com/storacha/piri
Last synced: 7 months ago
JSON representation
🐔 Storacha Storage Node
- Host: GitHub
- URL: https://github.com/storacha/piri
- Owner: storacha
- License: other
- Created: 2024-10-13T06:50:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-07T23:15:07.000Z (7 months ago)
- Last Synced: 2025-08-08T00:19:11.717Z (7 months ago)
- Language: Go
- Homepage: https://storacha.network
- Size: 1.76 MB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-repositories - storacha/piri - 🌶️ Storacha Storage Node (Go)
README
Piri
A storage node that runs on the Storacha network.
## What is Piri?
What's Piri? It's the _**P**rovable **I**nformation **R**etention **I**nterface_ - a Go-based storage node that's part of the Storacha network backbone. It works alongside other services like the [indexing service](https://github.com/storacha/indexing-service) and [upload service](https://github.com/storacha/upload-service) to enable decentralized storage with cryptographic proofs.
## Documentation
Get started with Piri by exploring our comprehensive documentation:
- **[🚀 Getting Started](./docs/getting-started.md)** - Complete setup guide to deploy Piri
- **[🏗️ Architecture](./docs/architecture.md)** - Understand how Piri works
### Setup Guides
Follow these guides in order to set up Piri:
1. **[Prerequisites](./docs/setup/prerequisites.md)** - System, network, and Filecoin requirements
2. **[Installation](./docs/setup/installation.md)** - Download and install Piri
3. **[Key Generation](./docs/setup/key-generation.md)** - Create your cryptographic identity
4. **[TLS Configuration](./docs/setup/tls-termination.md)** - Set up HTTPS for your domains
5. **[PDP Server Setup](./docs/guides/pdp-server.md)** - Deploy the storage backend
6. **[UCAN Server Setup](./docs/guides/ucan-server.md)** - Deploy the client-facing API
7. **[Validation](./docs/setup/validation.md)** - Test your deployment
> **Note:** Using Curio? See [Filecoin's PDP documentation](https://docs.filecoin.io/storage-providers/pdp/enable-pdp) for setup instructions. The Piri UCAN server can connect to Curio as an alternative to the Piri PDP server.
### Quick Links
- **New to Piri?** Start with the [Getting Started Guide](./docs/getting-started.md)
- **Want to understand the system?** Read the [Architecture Overview](./docs/architecture.md)
## Contributing
All welcome! Storacha is open-source. Please feel empowered to open a PR or an issue.
### Reporting Issues
Found a bug or have a feature request? Please [open an issue](https://github.com/storacha/piri/issues) on our GitHub repository.
## License
Dual-licensed under [Apache 2.0 OR MIT](LICENSE.md)