Files
pubky-core/js/pubky/examples/basic.js
2024-07-24 22:26:32 +03:00

10 lines
137 B
JavaScript

import { PubkyClient } from '../src/index.js'
main()
async function main() {
let client = new PubkyClient()
console.log(client)
}