import { did } from '../src/index.js' const newDid = did({ host: 'abc.123.com', publicKey: 'z6MkgyR8eDLdhQbzrRYEjAhKhfqXGrUyeDnMgNQUhBRnFcTw' }) console.log(JSON.stringify(newDid, null, 2))