-
It's an array in npm, and a string in gx.
``` sh
> cat ipfs/js-ipfs/package.json | jq '.bin'
{
"jsipfs": "src/cli/bin.js"
}
```
ghost updated
8 years ago
-
1. Need to create a package called `rust-ipfs-dep` so it can be `npm install`-ed and tested via this repo
2. Need to add a `IPFS_RUST_EXEC` for ad-hoc testing of unreleased versions
-
If I understand right, you wanna store the files in a shared content-addressable store and then access them by symlinks .... I wonder if it can be possible to store the files in IPFS, this way making …
-
To add to the README. I'll keep updating the questions (and hopefully answers too) as I read through the code. Any additions/corrections are more than welcome.
Terms:
* Package: Any directory pu…
-
[IPFS -InterPlanetary File System](http://ipfs.github.io/website/) seems to have the solutions for
- decentralized hosting
- package validation
- probably a lot more
Ey, @jbenet (and Hi @jbenet ! :s…
-
Initial work done months ago: http://gateway.ipfs.io/ipfs/QmTkukZw6MBSfGZ2nTubdCsMeoKyNbrNidyGiJMUEh2dCx/
Task: write an interface with the ipfs daemon (gateway and/or 5001) on par with the current j…
-
Hi, there is currently no example of how to connect this client to an ipfs node within the README here or within the godocs. Is it possible this can be added? Something similar to what is provided for…
-
## Summary
- We need a conformance test suite that implementers and service providers can run against their service to confirm it works as expected.
- ideally this would be CLI tool that takes `…
lidel updated
2 years ago
-
with these instructions
``` bash
npm i -g ipfs
npm i -g ipfs-npm
jsipfs init
ipfs-npm --package-manager=yarn
```
just encountered this error
```
metamask-extension on develop [$!] is 📦 v0.0…
-
# roadmap
Full list: [Milestone 1.0.0](https://github.com/ipfs/ipget/milestone/1)
- [x] Reliable builds and retrieval
- [x] Fix gx/go get panic (https://github.com/ipfs/ipget/issues/24)
- [x] Rep…