We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e743867 commit ffb41beCopy full SHA for ffb41be
1 file changed
examples/README.md
@@ -24,7 +24,10 @@ $ yarn run:http
24
25
## Ipfs
26
27
-Invoke the IPFS Client wrap; adds file to a local IPFS node, and then retrieves it
+Invoke the IPFS Client wrap; adds file to a local IPFS node, and then retrieves it.
28
+Before running this example, you must instantiate a local IPFS node by running the following command:
29
+```
30
+npx polywrap infra up --modules=eth-ens-ipfs
31
```
32
$ yarn run:ipfs
33
0 commit comments