https://github.com/bokkypoobah/cryptopunksdata
CryptoPunks Historical Event Browser Dapp @ https://bokkypoobah.github.io/CryptoPunksData/
https://github.com/bokkypoobah/cryptopunksdata
cryptopunks events historical-nfts nfts transactions wrapped-cryptopunks
Last synced: about 1 year ago
JSON representation
CryptoPunks Historical Event Browser Dapp @ https://bokkypoobah.github.io/CryptoPunksData/
- Host: GitHub
- URL: https://github.com/bokkypoobah/cryptopunksdata
- Owner: bokkypoobah
- License: mit
- Created: 2019-03-15T22:56:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T22:22:37.000Z (over 2 years ago)
- Last Synced: 2025-03-24T09:05:21.927Z (about 1 year ago)
- Topics: cryptopunks, events, historical-nfts, nfts, transactions, wrapped-cryptopunks
- Language: Solidity
- Homepage: https://bokkypoobah.github.io/CryptoPunksData/
- Size: 27.2 MB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# CryptoPunks Data Browser
Web3 dapp to browse the historical event logs for v1 and v2 CryptoPunks and the wrapped versions. Further information can be found by clicking on the following link (requires a web3 enabled browser).
URL: https://bokkypoobah.github.io/CryptoPunksData/
---
## Old Stuff
Exercise for [BokkyPooBah's Ethereum Workshop #119 \[Beginner/Intermediate\] Ethereum Blockchain Data Analysis With CryptoPunks](https://www.meetup.com/BokkyPooBahs-Ethereum-Workshop/events/259807082/).
With a `geth console` running in one terminal, running the script [getCryptoPunksData.sh](getCryptoPunksData.sh) will generate the intermediate results [cryptoPunksData.txt](cryptoPunksData.txt) and the tab separated values (tsv) formatted data [cryptoPunksData.tsv](cryptoPunksData.tsv).
References:
* [CryptoPunks by Larva Labs](https://www.larvalabs.com/cryptopunks)
* [CryptoPunksMarket](CryptoPunksMarket_deployed_to_0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB.sol) deployed to [0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB](https://etherscan.io/address/0xb47e3cd837ddf8e4c57f05d70ab865de6e193bbb#code)
Enjoy!
(c) BokkyPooBah / Bok Consulting Pty Ltd - Mar 16 2019. The MIT Licence.