Last active
November 25, 2022 23:38
-
-
Save mafintosh/06236b178864b49146b120620501c34b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var archive = hyperdrive(datStorage('/..../..../'), key, {latest: true}) | |
var hyperdiscovery = require('hyperdiscovery') | |
archive.on('ready', function () { | |
console.log('ready...') | |
hyperdiscovery(archive) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment