js-ipfs
js-ipfs copied to clipboard
IPFS implementation in JavaScript
Hello. I am trying to upload a directory to IPFS from a user input. I know that you can upload local directories but how do you do it from the...
- **Version**: ipfs version 0.11.0 - **Platform**: macOS - **Subsystem**: ipfs-core #### Severity: medium #### Description: in nodejs project (esm), I did as followings, (*(node version 16.3.1) 1. npm install...
⚠️ This is a WIP PR
This PR tackles #1937. Yet I am not so sure if it is actually needed. Since how Keystore works (eq. has stored metadata in `/info`), it could be easier to...
PoC right now, but you get the idea. ``` ⨎ curl -v --proxy 'http://127.0.0.1:8180' 'http://bafybeih4mncb4apdnrvbnqkicldf74sfstykoryzi7noaf4njxkiuflnay.ipfs.localhost/658.png' > 658.png % Total % Received % Xferd Average Speed Time Time Time Current Dload...
In the context of `js-ipfs` reannouncing blocks to the network [ipfs/js-ipfs#2160](https://github.com/ipfs/js-ipfs/issues/2160), this PR aims to add a Provider layer controlled by `js-ipfs`. This provider will be used by bitswap. Needs:...
BREAKING CHANGE: Adding content to IPFS will now, by default, return version 1 CIDs and when returned in string form they'll be base32 encoded. resolves https://github.com/ipfs/js-ipfs/issues/1440 refs https://github.com/ipfs/ipfs/issues/337 Depends on:...
The fix to enhanced-resolve should have made it into a release now.
`[email protected]` changed the default type of `catch` variables from `any` to `unknown` so now we have to ensure that we are dealing with `Error` instances otherwise `tsc` flags it as...
Bumps [array-shuffle](https://github.com/sindresorhus/array-shuffle) from 2.0.0 to 3.0.0. Release notes Sourced from array-shuffle's releases. v3.0.0 Breaking Require Node.js 12.20 d04a222 This package is now pure ESM. Please read this. https://github.com/sindresorhus/array-shuffle/compare/v2.0.0...v3.0.0 Commits 9841c17...