Notice: Development on this repo is deprecated as we continue our v3 rearchitecture. Please see https://github.com/storj/storj for ongoing v3 development.
Implementation of the Storj protocol for Node.js. You must have Node.js v6.9.1, Python v2.x.x, and Git installed. Complete documentation can be found here.
npm install storj-lib --save
Notices
- The BridgeClient methods
storeFileInBucket
andresolveFileFromPointers
are deprecated, please see node-libstorj and libstorj for file transfer, as well as the client libraries at https://github.com/storj/awesome-storj#client-libraries
License
Storj Core - Implementation of the Storj protocol for Node.js Copyright (C) 2016 Storj Labs, Inc
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Certain parts of this program are licensed under the GNU Lesser General Public License as published by the Free Software Foundation. You can redistribute it and/or modify it under the terms either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.