|
7 | 7 | "description": "Learn how hashing and content addressing enable verifiable data sharing with peers on the decentralized web.", |
8 | 8 | "newMessage": "", |
9 | 9 | "updateMessage": "This tutorial, formerly known as Decentralized Data Structures, has been updated to focus exclusively on content addressing, while our new Merkle DAGs tutorial explores content-addressable data structures in greater depth.", |
10 | | - "createdAt": "2019-01-01T00:00:00.000Z", |
| 10 | + "createdAt": "2019-01-02T00:00:00.000Z", |
11 | 11 | "updatedAt": "2021-01-14T18:00:00.000Z", |
12 | 12 | "resources": [ |
13 | 13 | { |
|
87 | 87 | "description": "Store, fetch, and create verifiable links between peer-hosted datasets using the IPFS DAG API and CIDs. It’s graphs with friends!", |
88 | 88 | "newMessage": "", |
89 | 89 | "updateMessage": "Version `0.48` of `js-ipfs` has introduced some changes, most notably by changing `ipfs.dag.get` by moving the `path` into the `options` object. This means that **some code challenge solutions have changed**. We recommend re-visiting this tutorial to learn about the updated methods and complete the revised challenges!", |
90 | | - "createdAt": "2019-01-01T00:00:00.000Z", |
| 90 | + "createdAt": "2018-07-31T00:00:00.000Z", |
91 | 91 | "updatedAt": "2020-07-20T00:00:00.000Z", |
92 | 92 | "resources": [ |
93 | 93 | { |
|
135 | 135 | "description": "Cool content addresses don't change. Create a chain of links from one CID to another with the IPFS DAG API.", |
136 | 136 | "newMessage": "", |
137 | 137 | "updateMessage": "", |
138 | | - "createdAt": "2019-01-01T00:00:00.000Z", |
| 138 | + "createdAt": "2018-07-31T00:00:00.000Z", |
139 | 139 | "updatedAt": "2019-01-01T00:00:00.000Z", |
140 | 140 | "resources": [ |
141 | 141 | { |
|
177 | 177 | "description": "The Mutable File System (MFS) lets you work with files and directories as if you were using a traditional name-based file system.", |
178 | 178 | "newMessage": "", |
179 | 179 | "updateMessage": "Version `0.48` of `js-ipfs` has introduced some changes, most notably by changing the acceptable formats for moving multiple files with `ipfs.files.mv`. This means that **some code challenge solutions have changed**. We recommend re-visiting this tutorial to learn about the updated methods and complete the revised challenges!", |
180 | | - "createdAt": "2019-01-01T00:00:00.000Z", |
| 180 | + "createdAt": "2019-06-10T00:00:00.000Z", |
181 | 181 | "updatedAt": "2020-07-20T00:00:00.000Z", |
182 | 182 | "resources": [ |
183 | 183 | { |
|
232 | 232 | "description": "The IPFS Regular Files API provides a way to store and share files in a peer-to-peer storage system.", |
233 | 233 | "newMessage": "", |
234 | 234 | "updateMessage": "Version `0.48` of `js-ipfs` has introduced some changes, most notably by adding `addAll` to use with multiple files, while `add` can now only be used with a single file. This means that **some code challenge solutions have changed**. We recommend re-visiting this tutorial to learn about the updated methods and complete the revised challenges!", |
235 | | - "createdAt": "2019-01-01T00:00:00.000Z", |
| 235 | + "createdAt": "2019-11-06T00:00:00.000Z", |
236 | 236 | "updatedAt": "2020-07-20T00:00:00.000Z", |
237 | 237 | "resources": [ |
238 | 238 | { |
|
0 commit comments