You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Built on top of the previous indexes, a _Reputation_ module constructs a weighte
45
45
### ⚡ FFS
46
46
This module provides a multitiered file storage API built on Filecoin and IPFS. Storing data on IPFS and Filecoin is as easy as expressing your desired configuration for storing a Cid.
47
47
48
-
Want to know more about this Powergate module? Check out our presentation and demo at the _IPFS Pinning Summit_:
48
+
Want to know more about this Powergate module? Check out the [FFS design document](https://github.com/textileio/powergate/blob/master/ffs/Design.md) and our presentation and demo at the _IPFS Pinning Summit_:
You can explore our `.proto` files to generate your clients, or take advange of a ready-to-use Powergate Go and [JS client](https://github.com/textileio/js-powergate-client). 🙌
55
55
56
56
We have a CLI that supports most of Powergate features.
57
+
58
+
To build and install the CLI, run:
57
59
```bash
58
60
$ make build-pow
61
+
```
62
+
63
+
Then run `pow` with the `--help` flag to see the available commands:
64
+
65
+
```
59
66
$ pow --help
60
67
A client for storage and retreival of powergate data
0 commit comments