Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s1monj/nft-peppers
Generative Art NFTs from Genomic Data
https://github.com/s1monj/nft-peppers
animejs cytoscapejs genomics-data genomics-visualization javascript
Last synced: 2 days ago
JSON representation
Generative Art NFTs from Genomic Data
- Host: GitHub
- URL: https://github.com/s1monj/nft-peppers
- Owner: s1monj
- Created: 2021-09-10T14:25:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T17:17:04.000Z (over 3 years ago)
- Last Synced: 2025-01-18T20:48:06.642Z (8 days ago)
- Topics: animejs, cytoscapejs, genomics-data, genomics-visualization, javascript
- Language: JavaScript
- Homepage: https://towardsdatascience.com/creating-generative-art-nfts-from-genomic-data-16a48ae4df99
- Size: 118 MB
- Stars: 20
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generative Art NFTs From Genomic Data
![Peppers Preview](doc/peppers-generative-art.png)
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](https://github.com/cytoscape/cytoscape.js) and [Anime.js](https://github.com/juliangarnier/anime/)
3. Deploy the animation index.html files as NFTs on the Ethereum blockchain using a Solidity contract forked from [mondoir](https://github.com/mondoir/NFT-Smart-Contract)---
* You can read about this motivations for this project in my [Medium post](https://towardsdatascience.com/creating-generative-art-nfts-from-genomic-data-16a48ae4df99)
* You can view the final depictions on [OpenSea](https://opensea.io/assets/0x86944176301532d4432b50838cea252e3b2990bb/1001)---
* Source datasets are not included in this repo but can be downloaded from [NCBI](https://www.ncbi.nlm.nih.gov/assembly/?term=Capsicum) as described and fully referenced in the [post](https://towardsdatascience.com/creating-generative-art-nfts-from-genomic-data-16a48ae4df99)
* Days to harvest information was sourced from [Atlantic Pepper Seeds](http://pepperseeds.ca/index.php?route=information/information&information_id=14)
* See [tree.txt](https://github.com/s1monj/nft-peppers/blob/master/tree.txt) to recreate the same paths used in [wrangling.bash](https://github.com/s1monj/nft-peppers/blob/master/wrangling.bash)
* See [wrangling.bash](https://github.com/s1monj/nft-peppers/blob/master/wrangling.bash) for examples of bash commands as described in the [post](https://towardsdatascience.com/creating-generative-art-nfts-from-genomic-data-16a48ae4df99)
* The [web](https://github.com/s1monj/nft-peppers/tree/master/web) directory contains the final source files uploaded to IPFS
* The [deploy](https://github.com/s1monj/nft-peppers/tree/master/deploy) directory contains the metadata JSON files that reference the web files
* The [eth](https://github.com/s1monj/nft-peppers/tree/master/eth) directory contains the smart contract forked from [mondoir](https://github.com/mondoir/NFT-Smart-Contract) that he descibes in detail in his [Medium post](https://medium.com/@mondoir/your-very-own-smart-contract-for-nfts-b068b7d65e5d)