Crypto-place is a drawable 1024x1024 pixel grid powed by the Cardano blockchain. It uses metadata to encode pixel data in transactions. This data is then read from the transactions, from which an image is generated.
Any help would be greatly appreciated. To start contributing, simply fork
the repository and submit a pull request
.
- Git
clone
the repository - Run
npm i
to install all dependencies - Install all dependencies for nodejs Canvas using
sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- Next you will need to create a
Blockfrost
api key. This is for querying the blockchain for transaction data - Create a
.env
file and edit it with your wallet address and Blockfrost api keys (testnet or mainnet) - Build all javascript files using
npm run build
- Run the express server using
npm start
ornode server.js
- Better canvas scrolling
- Better looking site
- Data page with stats
- Better
React
code - Display history for pixels