Awesome Storj
A curated list of projects, tools, and resources for the Storj platform.
Note: this list contains only projects which are compatible with the current (v3) version of Storj network. Earlier projects and integrations were removed.
Core links
- Start here - Register on satellites operated by Storj Labs
- Documentation - Entrypoint to the official documentation
- Community support / forum - Community and support forum
- Storj Status - Status of the Storj network
- Usage statistic dashboard - Statistics about the full Storj network (raw data)
- Roadmap - Official roadmap of Storj development
- Whitepaper v3 - Actual version of Storj white-paper
- FAQ - Frequently Asked questions and answers
- Storj on Twitter - Official twitter channel of Storj Labs
- Storj on Youtube - Official Youtube channel of Storj
Clients with Storj support and integrations
- uplink - Uplink is the official CLI for Storj. Can be downloaded from the release page
- Storj Mobile (beta) - Android application to access Storj (forum post)
- rclone - Tool to sync your files to cloud storage including Storj
- restic - Restic is a modern backup program. Supports Storj via the rclone . howto, docs
- Storj Photo Gallery Uploader (Early Access) - Upload you photos to Storj DCS and show them within a nice gallery
- FileZilla - New protocol for Storj is being added to FileZilla.
- NextCloud - Adds Storj external storage to NextCloud
- Duplicati - Free backup software to store encrypted backups online (howto)
- transfer.sh - Easy and fast file sharing from the command-line.
- Storj Cloud UI - Cross platform UI application that allows users to upload, download and manage files from the @storj network
- Terraform provider - Terraform provider for Storj
- quickshare - dotnet tool to quickly upload files to Storj from Windows, Linux and Mac
- ArqBackup - Arq® is backup software for your Mac or Windows PC. (blog post)
Client Libraries & language bindings
Storj can be used via the native interface (uplink CLI and uplink libraries) or as an S3 compatible backend with any S3 compatible tool. The following list focuses on the native protocol.
- uplink - Go library to use Storj (documentation)[https://pkg.go.dev/storj.io/uplink]
- uplink-c - C library of the Uplink
- uplink-python - Python bindings for libuplink
- uplink-php - PHP binding for libuplink
- uplink-ruby - Ruby gem (forum post)
- uplink-rust - Storj Uplink Rust bindings for the Rust programming language.
- TopperDEL/uplink.net A .Net-wrapper to connect to the storj v3 network.
Storage node operation (SNO/Farming)
Farmers store data on the Storj network in exchange for STORJ tokens based on contracts with any Storj Bridge.
- Getting started with hosting Storagenode
- SNO Payment FAQ - Huge list of questions answered on the forum
- Node FAQ - FAQ about operating Storage Nodes
- Grafana dashboard - Grafana dashboard for the native Prometheus endpoint of storagenodes (forum post)
- Grafana dashboard for external Prometheus exporter
- Earnings calculator - Python script prints out estimated earnings based on local data of Storagenode (forum post)
- Storj deployment - Ready to use docker definitions (including Grafana, prometheus exporters, etc...)
Services based on / with support of Storj
- Fastly - Content delivery network with Storj support (docs)
- Opensea -- NFT marketplace. Supports hosting NFT resources on Storj (howto)
- Pixelexperience - Android ROMS are distributed with the help of Storj
- media.network - Media Network is a privacy-first and community-governed CDN.
Tokeneconomics
STORJ is an ERC-20 utility token for the Storj network.
- STORJ on Coinmarketcap
- Latest STORJ Token Balance & Flows Report
- Coingecko, Storj markets - Exchanges support STORJ token
- Storj Node operator payouts, supported chains:
- Ethereum: STORJ ERC-20 token (default)
- ZkSync
Contribution
- Contribution guideline - How to contribute to Storj
- Give Feedback - Suggest new product ideas in the community forum
- Ideas and suggestions on Storj forum
- Storj illustrated - diagrams to explain internals of Storj architecture
- storj-up - docker-compose based helper utility to startup full network (satellite + storage nodes) locally
- Storj on Github - All Storj repositories in one place.