| 1 | # Dataset description/sources |
| 2 | |
| 3 | - fixtures.car |
| 4 | - raw CARv1 |
| 5 | |
| 6 | generated with: |
| 7 | |
| 8 | ```sh |
| 9 | # using ipfs version 0.18.1 |
| 10 | HASH=$(echo "testing" | ipfs add -q) |
| 11 | ipfs dag export $HASH > fixtures.car |
| 12 | |
| 13 | echo HASH=${HASH} # a file containing the string "testing" |
| 14 | |
| 15 | # HASH=QmNYERzV2LfD2kkfahtfv44ocHzEFK1sLBaE7zdcYT2GAZ # a file containing the string "testing" |
| 16 | ``` |