mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-05-12 05:37:18 +00:00
8 lines
141 B
JavaScript
Executable File
8 lines
141 B
JavaScript
Executable File
#!/usr/local/bin/node
|
|
|
|
'use strict'
|
|
|
|
const PeerId = require('./index.js')
|
|
|
|
console.log(JSON.stringify(PeerId.create().toJSON(), null, ' '))
|