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
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: examples/transfer-files/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Tutorial - Transfer files between the browser and other IPFS nodes
2
2
3
-
> Welcome! This tutorial will help you a tiny web application where you can fetch and add files to IPFS and transfer these between a go-ipfs node and a js-ipfs node.
3
+
> Welcome! This tutorial will help you build a tiny web application where you can fetch and add files to IPFS and transfer these between a go-ipfs node and a js-ipfs node.
4
4
5
5
There are a couple of caveats:
6
6
@@ -12,7 +12,7 @@ That being said, we will explain throughout this tutorial to circunvent the cave
12
12
13
13
## Application diagram
14
14
15
-
The goal of this tutorial is to create a WebApplication with an IPFS node that dials to other instances of it using WebRTC, and at the same time dial and transfer files from a Desktop IPFS node using WebSockets as the transport.
15
+
The goal of this tutorial is to create a application with a IPFS node that dials to other instances of it using WebRTC, and at the same time dial and transfer files from a Desktop IPFS node using WebSockets as the transport.
16
16
17
17
┌──────────────┐ ┌──────────────┐
18
18
│ Browser │ │ Browser │
@@ -53,9 +53,9 @@ TODO: Insert final screenshot here
53
53
54
54
**Instructions:**
55
55
56
-
-1. Set up, install a go-ipfs and/or js-ipfs in your machine
56
+
-1. Set up, install a go-ipfs node in your machine
0 commit comments