vibes-art / vibes

the rendering and smart contract code for vibes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vibes.art

contents

  • canvas.js - the original javascript used to create the generative art project
  • index.html - wrapper for canvas.js
  • Vibes.sol - the smart contract as deployed on the ethereum blockchain

run

  1. python -m http.server
  2. navigate to http://localhost:8000/
  3. open dev console and resize the client area to a portrait landscape to view the full rendering ui

mining for specific vibes

  1. uncomment the properties you want in MINE_FOR_HASH

About

the rendering and smart contract code for vibes

License:MIT License


Languages

Language:Solidity 71.9%Language:JavaScript 28.0%Language:HTML 0.1%