Skip to content

Commit ffb41be

Browse files
committed
chore(examples): add instruction to spin up local ipfs node
1 parent e743867 commit ffb41be

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

examples/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ $ yarn run:http
2424

2525
## Ipfs
2626

27-
Invoke the IPFS Client wrap; adds file to a local IPFS node, and then retrieves it
27+
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
2831
```
2932
$ yarn run:ipfs
3033
```

0 commit comments

Comments
 (0)