Some notes on archiving and accessing the media and metadata around digital editions of hachure. These tokens were released through verse but can be retrieved through decentralized storage systems.
See Token Data for a listing of media & data associated with each edition.
In the browser, with the artwork in focus, you can hit the keystroke Cmd + S or Ctrl + S. This will auto-download two files: a 2048x2048px PNG, and an SVG of the paths that could be used for pen plotting. It's recommended to use Chrome for downloading; some browsers might only let one download through.
This is a bit cumbersome, but if you'd like to generate a per-frame animation of your artwork, you can hit Cmd + Shift + S or Ctrl + Shift + S as soon as the browser opens on the file. You will have to immediately also allow multiple downloads from this domain. This will begin populating your Downloads folder with hundreds of images, to create a frame-by-frame animation (you can close the tab to stop this).
You can then drag and drop all of these frames into a tool, like giftool.surge.sh, to generate a final composite GIF.
Here is the token data for each Edition #, including links to the HTML artwork and JSON metadata.
# | Token ID | HTML | metadata |
---|---|---|---|
1 | 3660093770 | link | link |
2 | 1448960439 | link | link |
3 | 1018312937 | link | link |
4 | 1795649860 | link | link |
5 | 2540163119 | link | link |
6 | 3254712079 | link | link |
7 | 1585667072 | link | link |
8 | 2744814687 | link | link |
9 | 4176240408 | link | link |
10 | 2487085273 | link | link |
11 | 884263342 | link | link |
12 | 4268739204 | link | link |
13 | 1117665330 | link | link |
14 | 1265269886 | link | link |
15 | 1582645737 | link | link |
16 | 1054162256 | link | link |
17 | 2144544295 | link | link |
18 | 3800233651 | link | link |
19 | 253263495 | link | link |
20 | 2326670308 | link | link |
21 | 930779760 | link | link |
22 | 2876043806 | link | link |
23 | 3424792623 | link | link |
24 | 3784142383 | link | link |
25 | 2251918816 | link | link |
Hachure is hosted via IPFS, a distributed and peer-to-peer file system. Each asset associated with the project has a speicifc hash. The raw IPFS locator for the token metadata looks like this:
ipfs://bafybeiey33aqjntdfgul6r2vuk5ltgzzcxwjor7z56p6236nrkwtnwk6v4
However, the links here will use the ipfs.io/ipfs
gateway to make it easier to open in a browser, such as this directory:
https://ipfs.io/ipfs/bafybeiey33aqjntdfgul6r2vuk5ltgzzcxwjor7z56p6236nrkwtnwk6v4
The metadata contains description, name and also a link to the animation_url
(which includes a specific media hash). The media files at this animation_url
are hosted in a single IPFS directory, and contains HTML, JS and WASM files.
For example, here is the media URL for Edition #25:
I've also included a file, data.json here that has the metadata and animation hashes in case you'd like to use them for something.
All written material and files within this gist are licensed as MIT.