Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VandeurenGlenn/js-ipfs-swarm-key-gen
swarm.key file generator for the IPFS Private Network feature
https://github.com/VandeurenGlenn/js-ipfs-swarm-key-gen
Last synced: 4 months ago
JSON representation
swarm.key file generator for the IPFS Private Network feature
- Host: GitHub
- URL: https://github.com/VandeurenGlenn/js-ipfs-swarm-key-gen
- Owner: VandeurenGlenn
- Created: 2018-01-27T20:37:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T12:38:20.000Z (about 1 year ago)
- Last Synced: 2024-08-06T16:15:53.434Z (4 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ipfs-swarm-key-gen
> swarm.key file generator for the IPFS Private Network feature## Installation
### Npm
```
npm install js-ipfs-swarm-key-gen --save
```
### Yarn
```
yarn add js-ipfs-swarm-key-gen
```#### Global
You can also install global for using the cli
```
npm install add js-ipfs-swarm-key-gen --global
``````
yarn global add js-ipfs-swarm-key-gen
```## Usage
### Node
```js
const generator = require('js-ipfs-swarm-key-gen');generator().then(() => console.log('done'))
// or
generator('path/to/key').then(() => console.log('done'))
```
### cli
```
ipfs-swarm-key-gen path/to/key
```## License
MIT