mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-07-03 15:41:42 +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, ' '))
|