diff --git a/README.md b/README.md index 3d550e6..802f3b3 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ This boilerplate extends that code to provide the basic features required to be If you are interested in creating your own service provider on the IPFS network, fork this repository and start building. -- [Video: Installing ipfs-service-provider](https://youtu.be/Z0NsboIVN44) - ## Features This project covers basic necessities of most APIs. @@ -42,6 +40,9 @@ This project covers basic necessities of most APIs. A development environment will allow you modify the code on-the-fly and contribute to the code base of this repository. [PM2](https://www.npmjs.com/package/pm2) is recommended for running this code base as an IPFS Circuit Relay. +- [Video: Installing ipfs-service-provider](https://youtu.be/Z0NsboIVN44) +- [Step-by-step installation instructions](https://gist.github.com/christroutner/3304a71d4c12a3a3e1664a438f64d9d0) + ```bash git clone https://github.com/Permissionless-Software-Foundation/ipfs-service-provider cd ipfs-service-provider diff --git a/package-lock.json b/package-lock.json index da5f605..cbccf02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "axios": "^0.21.1", "bcryptjs": "^2.4.3", "glob": "^7.1.6", - "ipfs-coord": "^6.6.4", + "ipfs-coord": "^6.6.5", "jsonrpc-lite": "^2.2.0", "jsonwebtoken": "^8.5.1", "jwt-bch-lib": "^1.3.0", @@ -10375,9 +10375,9 @@ } }, "node_modules/ipfs-coord": { - "version": "6.6.4", - "resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.6.4.tgz", - "integrity": "sha512-0rrfunCMvC9Oiw+MCCUZ5/J2VSY1Z3Wdq6qph2VN+ibdhxeRFtDcfZbVT7VrlWnGo/Q4lbGE+nDAPRro/pgitg==", + "version": "6.6.5", + "resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.6.5.tgz", + "integrity": "sha512-6iKcFVwnnssx9Z+Fh2SSGG4gaW/G2QuM8RKikaYa/35ptcbTmMmpsljGQj0DUMwZ9GYrvpnLXa6EGRnyDz4qbQ==", "dependencies": { "bch-encrypt-lib": "^2.0.0", "orbit-db": "^0.26.1" @@ -34258,9 +34258,9 @@ } }, "ipfs-coord": { - "version": "6.6.4", - "resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.6.4.tgz", - "integrity": "sha512-0rrfunCMvC9Oiw+MCCUZ5/J2VSY1Z3Wdq6qph2VN+ibdhxeRFtDcfZbVT7VrlWnGo/Q4lbGE+nDAPRro/pgitg==", + "version": "6.6.5", + "resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.6.5.tgz", + "integrity": "sha512-6iKcFVwnnssx9Z+Fh2SSGG4gaW/G2QuM8RKikaYa/35ptcbTmMmpsljGQj0DUMwZ9GYrvpnLXa6EGRnyDz4qbQ==", "requires": { "bch-encrypt-lib": "^2.0.0", "orbit-db": "^0.26.1" diff --git a/package.json b/package.json index f6eba7f..c7d4578 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "bcryptjs": "^2.4.3", "glob": "^7.1.6", "@chris.troutner/ipfs": "2.0.2", - "ipfs-coord": "^6.6.4", + "ipfs-coord": "^6.6.5", "jsonrpc-lite": "^2.2.0", "jsonwebtoken": "^8.5.1", "jwt-bch-lib": "^1.3.0",