Go to file
Dennis Coyle fa164d58af logo
2018-04-06 12:39:49 -04:00
api keep 2018-04-06 12:36:55 -04:00
assets keep 2018-04-06 12:36:55 -04:00
build keep 2018-04-06 12:36:55 -04:00
cmd/storj-node wip on structure 2018-04-06 12:32:34 -04:00
configs keep 2018-04-06 12:36:55 -04:00
deployments keep 2018-04-06 12:36:55 -04:00
docs wip on structure 2018-04-06 12:32:34 -04:00
examples keep 2018-04-06 12:36:55 -04:00
githooks keep 2018-04-06 12:36:55 -04:00
init keep 2018-04-06 12:36:55 -04:00
internal keep 2018-04-06 12:36:55 -04:00
logo wip on structure 2018-04-06 12:32:34 -04:00
pkg keep 2018-04-06 12:36:55 -04:00
protos keep 2018-04-06 12:36:55 -04:00
routes wip on structure 2018-04-06 12:32:34 -04:00
scripts keep 2018-04-06 12:36:55 -04:00
storage/boltdb wip on structure 2018-04-06 12:32:34 -04:00
test keep 2018-04-06 12:36:55 -04:00
third_party keep 2018-04-06 12:36:55 -04:00
tools keep 2018-04-06 12:36:55 -04:00
web keep 2018-04-06 12:36:55 -04:00
.gitignore wip on structure 2018-04-06 12:32:34 -04:00
go.mod keep 2018-04-06 12:36:55 -04:00
LICENSE.md wip on structure 2018-04-06 12:32:34 -04:00
Makefile wip on structure 2018-04-06 12:32:34 -04:00
README.md logo 2018-04-06 12:39:49 -04:00

Storj

Go Report Card Go Doc Release


Storj is a platform, cryptocurrency, and suite of decentralized applications that allows you to store data in a secure and decentralized manner. Your files are encrypted, shredded into little pieces called 'shards', and stored in a decentralized network of computers around the globe. No one but you has a complete copy of your file, not even in an ecrypted form.


To start using Storj

See our documentation at storj docs.

To start developing storj

The community site hosts all information about building storj from source, how to contribute code and documentation, who to contact about what, etc.

If you want to build storj right away there are two options:

You have a working Go environment.
$ go get -d storj.io/storj
$ cd $GOPATH/src/storj.io/storj
$ make
You have a working Docker environment.
$ git clone https://github.com/storj/storj
$ cd storj
$ make docker

For the full story, head over to the [developer's documentation].

Support

If you need support, start with the [troubleshooting guide], and work your way through the process that we've outlined.

That said, if you have questions, reach out to us twitter.