Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zy445566/ipfs-swarm-key-gen
node-ipfs-swarm-key-gen
https://github.com/zy445566/ipfs-swarm-key-gen
Last synced: 5 days ago
JSON representation
node-ipfs-swarm-key-gen
- Host: GitHub
- URL: https://github.com/zy445566/ipfs-swarm-key-gen
- Owner: zy445566
- License: mit
- Created: 2018-11-09T09:31:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T06:00:02.000Z (about 3 years ago)
- Last Synced: 2024-10-05T18:04:19.046Z (about 1 month ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-ipfs-swarm-key-gen
This program generates swarm.key file for IPFS Private Network feature.# Installation
```sh
npm install ipfs-swarm-key-gen -g
```
# Usage
```sh
node-ipfs-swarm-key-gen > ~/.ipfs/swarm.key
```
Change ~/.ipfs/ to different directory if you use custom IPFS_PATH.# License
MIT