We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm having some trouble getting connected. Is there a simple known-working example to compare with?
The text was updated successfully, but these errors were encountered:
you can try the imdb mirror 46190f4a2daaaae53689d292501f18b8e0302dc9344e3756d8ec7a2d03cb5348
Sorry, something went wrong.
I mean, a simple sourcefile that runs successfully?
You can wrap that in a hypercore:
const hypercore = require('hypercore') const feed = hypercore('feed', '46190f4a2daaaae53689d292501f18b8e0302dc9344e3756d8ec7a2d03cb5348') require('@hyperswarm/replicator')(feed, { lookup: true, announce: false }) feed.get(0, function (err, data) { console.log(err, data) })
No branches or pull requests
I'm having some trouble getting connected. Is there a simple known-working example to compare with?
The text was updated successfully, but these errors were encountered: