api | ||
assets | ||
build | ||
cmd | ||
configs | ||
deployments | ||
docs | ||
examples | ||
githooks | ||
init | ||
internal | ||
logo | ||
pkg | ||
protos | ||
routes | ||
scripts | ||
storage/boltdb | ||
test | ||
third_party | ||
tools | ||
web | ||
.gitignore | ||
go.mod | ||
LICENSE.md | ||
Makefile | ||
README.md |
Storj
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.
Set up protobufs
In order to develop on storj, you will need to have protobufs and gRPC installed on your system.
-
Grab the latest release and follow the install steps for your system from here
-
Get the protoc go plugin
go get -u github.com/golang/protobuf/protoc-gen-go
-
Get gRPC
go get -u google.golang.org/grpc
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.