piemonte / PixelChainDecoder

⛓️ PixelChain Classic on-chain decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⛓️ PixelChainDecoder (v1)

This is an on-chain decoder for the PixelChain "Classic" collection.

For example, by reading the contract, enter a token id into the generatePixelChainImage function and then paste the result into a text file with an extension ".svg" – you will then have the resulting PixelChain vector image.

What's PixelChain?

Pixelchain is a decentralized app that allows anyone to create 32x32 pixelart and store it directly on the Ethereum blockchain, where it will live forever as an ERC-721 token.

The original PixelChain contract (PixelChain "Classic") is now closed making the first 2,804 tokens a limited edition. Back in the day, it attracted a range of talented crypto artists: @Coldie, @money_alotta, @hackatao, @mattiac, @neurocolor, @robnessofficial, @XCOPYART just to name a few.

The great team behind PixelChain has moved on and is now focused on new projects, so I provided this code to them incase they would find it helpful.

Quick Start

Install Node.js 18.x.x.

npm install

make compile

Contracts

Contract Etherscan
PixelChainDecoder 0x6E5989599301EFF542594bC638C2B8cd5d5d29a1
PixelChainCore 0xbc0E164eE423B7800e355b012c06446e28b1a29d

Resources

About

⛓️ PixelChain Classic on-chain decoder

License:MIT License


Languages

Language:Solidity 83.9%Language:JavaScript 9.0%Language:TypeScript 3.6%Language:Makefile 3.5%