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