CryptoSketches Sketch Renderer

All CryptoSketch artworks are encoded directly to the Ethereum blockchain, and therefore do not depend on cryptosketches.com being available.

The Javascript on this page and in the included files are all that's required for decoding sketch data and rendering it. The files are:

  1. sketches.js decodes sketch data from text
  2. base62.js is an open source function for efficiently representing numbers as text
  3. signature_pad.umd.min.js is the open source "Signature Pad" library for animated drawing

How to use

1. On CryptoSketches, navigate to any sketch and click the block number link to see the transaction that created it on etherscan.io. 2. Click the highlighted button to see more info. 3. Decode the input data to see the parameters passed to the block that wrote the sketch to Ethereum. 4. Triple click the value for _data and copy it, then paste it in the text field below and click "Load".