Lee Thomas
Lee Thomas
If no path is provided, the assumption is to download all.
Hello, I get the following output on OpenBSD 7.3 amd64: `npm install sodium-native` ``` 0 verbose cli /usr/local/bin/node /usr/local/bin/npm 1 info using [email protected] 2 info using [email protected] 3 timing npm:load:whichnode...
Below is a command line (ksh) procedure for installing hypercore on OpenBSD 7.3 amd64: ``` pkg_add git pkg_add libsodium pkg_add libtool pkg_add autoconf pkg_add node npm install node-gyp -g export...
**A suggestion to add a function to get the current best tip (both height and header):** Whilst I think this can be done using the [forthcoming](https://github.com/dfinity/interface-spec/pull/298) `get_block_headers_request`, it requires processing...