Welcome to the StorX Integration Documentation repository. This repository contains examples and resources to help you integrate with the StorX decentralized cloud storage network.
StorX Networks is an Open Source, Trustless, Censorship Resistant Decentralized Cloud Storage Network, powered by XDC. StorX’s unique architecture empowers its users to store their data with absolute privacy and security. Data uploaded on StorX Network is encrypted by the user's unique passphrase, split into smaller fragments, and these fragments are then replicated and distributed across autonomous storage nodes operated by individual operators spread worldwide. StorX Networks' unique architecture also prevents data from being hacked or prone to ransomware attacks. StorX is not only faster but also economical by 70% - 90% compared to traditional cloud storage.
This repository is organized as follows:
-
golang/: Contains the Go example for integrating with StorX.
- golang/README.md: Instructions for integrating StorX with Go.
-
node/: Contains the Node.js example for integrating with StorX.
- node/README.md: Instructions for integrating StorX with Node.js.
-
postman-collection/: Contains the Postman collection for accessing StorX.
- postman-collection/Storx Access Creation.postman_collection.json: Postman collection for accessing StorX.
To get started with integrating StorX into your application, choose the appropriate directory for your language of choice and follow the instructions in the corresponding README file.
Ensure you have the following prerequisites installed:
- Go (if using the Go example)
- Node.js (if using the Node.js example)
-
Clone the repository:
git clone https://github.com/StorXNetwork/Storx-Doc.git cd Storx-Doc
-
Follow the instructions in the respective README files for Go, Node.js, or Postman.
Contributions are welcome! If you have any improvements or additional examples, please submit a pull request.
For any questions or support, please reach out to us at support@storx.io.