- Notifications
You must be signed in to change notification settings - Fork8
Generative Art NFTs from Genomic Data
NotificationsYou must be signed in to change notification settings
s1monj/nft-peppers
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This code was used to:
- Format and prepare publicly available genomic data for 3 pepper plants
- Create animated pepper depictions usingCytoscape.js andAnime.js
- Deploy the animation index.html files as NFTs on the Ethereum blockchain using a Solidity contract forked frommondoir
- You can read about this motivations for this project in myMedium post
- You can view the final depictions onOpenSea
- Source datasets are not included in this repo but can be downloaded fromNCBI as described and fully referenced in thepost
- Days to harvest information was sourced fromAtlantic Pepper Seeds
- Seetree.txt to recreate the same paths used inwrangling.bash
- Seewrangling.bash for examples of bash commands as described in thepost
- Theweb directory contains the final source files uploaded to IPFS
- Thedeploy directory contains the metadata JSON files that reference the web files
- Theeth directory contains the smart contract forked frommondoir that he descibes in detail in hisMedium post