1# Libuplink
2
3Go library for Storj V3 Network.
4
5[![Go Report Card](https://goreportcard.com/badge/storj.io/uplink)](https://goreportcard.com/report/storj.io/uplink)
6[![Go Doc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://pkg.go.dev/storj.io/uplink)
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/whitepaper)
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[![Introducing Storj DCS—Decentralized Cloud Storage for Developers](https://img.youtube.com/vi/JgKdBRIyIps/hqdefault.jpg)](https://www.youtube.com/watch?v=JgKdBRIyIps)
22
23### A Note about Versioning
24
25Our versioning in this repo is intended to primarily support the expectations of the
26[Go modules](https://blog.golang.org/using-go-modules) system, so you can expect that
27within a major version release, backwards-incompatible changes will be avoided at high
28cost. This is not the case with our downstream repo,
29[storj/storj](https://github.com/storj/storj/).
30
31# Documentation
32
33- [Go Doc](https://pkg.go.dev/storj.io/uplink)
34- [Libuplink Walkthrough](https://github.com/storj/storj/wiki/Libuplink-Walkthrough)
35
36# Language bindings
37
38- [Uplink-C](https://github.com/storj/uplink-c)
39
40# License
41
42This library is distributed under the
43[MIT license](https://opensource.org/licenses/MIT) (also known as the Expat license).
44
45# Support
46
47If you have any questions or suggestions please reach out to us on [our community forum](https://forum.storj.io/) or file a support ticket at https://support.storj.io.
48