hyperdrive-daemon icon indicating copy to clipboard operation
hyperdrive-daemon copied to clipboard

Hyperdrive, batteries included.

Results 52 hyperdrive-daemon issues
Sort by recently updated
recently updated
newest added

Currently the code for setting up the daemon looks like this: ```js const startDaemon = require('hyperdrive-daemon') const { createMetadata } = require('hyperdrive-daemon/lib/metadata') const { loadMetadata, HyperdriveClient } = require('hyperdrive-daemon-client') const...

Need the API to tell us if the hyperdrive is writable. Maybe in the `info` of the response from [drive.get](https://github.com/andrewosh/hyperdrive-daemon-client#const--info-id---await-clientdrivegetopts) ?