/nft-peppers

Generative Art NFTs from Genomic Data

Primary LanguageJavaScript

Generative Art NFTs From Genomic Data

Peppers Preview

This code was used to:

  1. Format and prepare publicly available genomic data for 3 pepper plants
  2. Create animated pepper depictions using Cytoscape.js and Anime.js
  3. Deploy the animation index.html files as NFTs on the Ethereum blockchain using a Solidity contract forked from mondoir

  • You can read about this motivations for this project in my Medium post
  • You can view the final depictions on OpenSea

  • Source datasets are not included in this repo but can be downloaded from NCBI as described and fully referenced in the post
  • Days to harvest information was sourced from Atlantic Pepper Seeds
  • See tree.txt to recreate the same paths used in wrangling.bash
  • See wrangling.bash for examples of bash commands as described in the post
  • The web directory contains the final source files uploaded to IPFS
  • The deploy directory contains the metadata JSON files that reference the web files
  • The eth directory contains the smart contract forked from mondoir that he descibes in detail in his Medium post