• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H13-Dec-2021-134101

certificate/H13-Dec-2021-2,7092,073

cmd/H13-Dec-2021-20,73116,198

crashcollect/H13-Dec-2021-218144

docs/H13-Dec-2021-7,3695,241

installer/windows/H13-Dec-2021-2,0081,702

multinode/H13-Dec-2021-7,5095,792

private/H13-Dec-2021-16,48613,073

resources/H03-May-2022-5754

satellite/H13-Dec-2021-188,260154,665

scripts/H13-Dec-2021-4,1862,885

storage/H13-Dec-2021-6,5954,940

storagenode/H13-Dec-2021-40,07331,353

testsuite/H13-Dec-2021-3,6423,081

vendor/H03-May-2022-11,024,5228,268,148

versioncontrol/H13-Dec-2021-784631

web/H13-Dec-2021-241,729225,596

.dockerignoreH A D13-Dec-202127 32

.gitignoreH A D13-Dec-2021403 4130

.gitreviewH A D13-Dec-202175 44

CODE_OF_CONDUCT.mdH A D13-Dec-20213.6 KiB5435

CONTRIBUTING.mdH A D13-Dec-20215.4 KiB13591

JenkinsfileH A D13-Dec-20215.7 KiB164131

Jenkinsfile.publicH A D13-Dec-202119.4 KiB408366

LICENSEH A D13-Dec-202133.7 KiB662544

MAINTAINERS.mdH A D13-Dec-20215.4 KiB9276

MakefileH A D13-Dec-202118.4 KiB417345

README.mdH A D13-Dec-20213 KiB6848

go.modH A D13-Dec-20215.9 KiB131127

go.sumH A D13-Dec-202187.1 KiB901900

monkit.lockH A D13-Dec-20218.7 KiB126125

proto.lockH A D13-Dec-202136.8 KiB1,4391,439

README.md

1# Storj V3 Network
2
3[![Go Report Card](https://goreportcard.com/badge/storj.io/storj)](https://goreportcard.com/report/storj.io/storj)
4[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://pkg.go.dev/storj.io/storj)
5[![Coverage Status](https://img.shields.io/badge/coverage-master-green.svg)](https://build.dev.storj.io/job/storj/job/main/cobertura)
6![Alpha](https://img.shields.io/badge/version-alpha-green.svg)
7
8<img src="https://github.com/storj/storj/raw/main/resources/logo.png" width="100">
9
10Storj is building a decentralized cloud storage network.
11[Check out our white paper for more info!](https://storj.io/storj.pdf)
12
13----
14
15Storj is an S3-compatible platform and suite of decentralized applications that
16allows you to store data in a secure and decentralized manner. Your files are
17encrypted, broken into little pieces and stored in a global decentralized
18network of computers. Luckily, we also support allowing you (and only you) to
19retrieve those files!
20
21## Table of Contents
22
23- [Contributing](#contributing-to-storj)
24- [Start using Storj](#start-using-storj)
25- [License](#license)
26- [Support](#support)
27
28# Contributing to Storj
29
30All of our code for Storj v3 is open source. If anything feels off, or if you feel that
31some functionality is missing, please check out the [contributing page](https://github.com/storj/storj/blob/main/CONTRIBUTING.md).
32There you will find instructions for sharing your feedback, building the tool locally,
33and submitting pull requests to the project.
34
35### A Note about Versioning
36
37While we are practicing [semantic versioning](https://semver.org/) for our client
38libraries such as [uplink](https://github.com/storj/uplink), we are *not* practicing
39semantic versioning in this repo, as we do not intend for it to be used via
40[Go modules](https://blog.golang.org/using-go-modules). We may have
41backwards-incompatible changes between minor and patch releases in this repo.
42
43# Start using Storj
44
45Our wiki has [documentation and tutorials](https://github.com/storj/storj/wiki).
46Check out these three tutorials:
47
48 * [Using the Storj Test Network](https://github.com/storj/storj/wiki/Test-network)
49 * [Using the Uplink CLI](https://github.com/storj/storj/wiki/Uplink-CLI)
50 * [Using the S3 Gateway](https://github.com/storj/storj/wiki/S3-Gateway)
51
52# License
53
54The network under construction (this repo) is currently licensed with the
55[AGPLv3](https://www.gnu.org/licenses/agpl-3.0.en.html) license. Once the network
56reaches beta phase, we will be licensing all client-side code via the
57[Apache v2](https://www.apache.org/licenses/LICENSE-2.0) license.
58
59For code released under the AGPLv3, we request that contributors sign our
60[Contributor License Agreement (CLA)](https://docs.google.com/forms/d/e/1FAIpQLSdVzD5W8rx-J_jLaPuG31nbOzS8yhNIIu4yHvzonji6NeZ4ig/viewform) so that we can relicense the
61code under Apache v2, or other licenses in the future.
62
63# Support
64
65If you have any questions or suggestions please reach out to us on
66[our community forum](https://forum.storj.io/) or file a ticket at
67https://support.storj.io/.
68