Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bokkypoobah/cryptocatsinfo
CryptoCats Info
https://github.com/bokkypoobah/cryptocatsinfo
erc-721 ethereum historical historicalnfts nfts pre-erc-721
Last synced: about 2 months ago
JSON representation
CryptoCats Info
- Host: GitHub
- URL: https://github.com/bokkypoobah/cryptocatsinfo
- Owner: bokkypoobah
- License: mit
- Created: 2022-09-13T23:00:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T00:25:41.000Z (over 2 years ago)
- Last Synced: 2023-03-05T15:20:24.258Z (almost 2 years ago)
- Topics: erc-721, ethereum, historical, historicalnfts, nfts, pre-erc-721
- Language: JavaScript
- Homepage:
- Size: 11.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypto Cats Info
[CryptoCats](https://cryptocats.thetwentysix.io/), not associated, is an early Ethereum NFT collection deployed on the Ethereum blockchain at [0x088C6Ad962812b5Aa905BA6F3c5c145f9D4C079f](https://etherscan.io/address/0x088C6Ad962812b5Aa905BA6F3c5c145f9D4C079f#code).
See also: [Wrapped CryptoCats Official](https://opensea.io/collection/wrappedcryptocats/) and [Twitter](https://twitter.com/CryptoCats26).
See [https://bokkypoobah.github.io/CryptoCatsInfo/](https://bokkypoobah.github.io/CryptoCatsInfo/).
### Retrieving Metadata
In [scripts](scripts):
```
node 01_scrapeMetadata.js```
Results in [scripts/cryptoCatsMetadata.json](scripts/cryptoCatsMetadata.json).
### Retrieving Images
In [scripts](scripts):
```
node 02_downloadImages.js```
Results: All 625 PNG files in [scripts/images](scripts/images).
Enjoy!
(c) BokkyPooBah / Bok Consulting Pty Ltd - Sep 2022. The MIT Licence.