Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
This dataset contains information about the 9761 witches from the Crypto Coven NFT project (https://www.cryptocoven.xyz/) collected using OpenSea API.
|
| 5 |
+
|
| 6 |
+
The folder 'witch_images' includes the images of each witch in three different sizes.
|
| 7 |
+
|
| 8 |
+
I briefly describe the data in the `witches.csv` below:
|
| 9 |
+
|
| 10 |
+
- `id`: the id of the witch
|
| 11 |
+
- `num_sales`: number of sales in the past (till 4/21/2022 the day I collected the data)
|
| 12 |
+
- `name`: the name of the witch
|
| 13 |
+
- `description`: the description of the witch
|
| 14 |
+
- `external_link`: the link to the official page for the witch
|
| 15 |
+
- `permalink`: the OpenSea link for the witch
|
| 16 |
+
- `token_metadata`: the metadata JSON file about the witch
|
| 17 |
+
- `token_id`: the token_id of the NFT
|
| 18 |
+
- `owner.user.username`: the user name of the current owner
|
| 19 |
+
- `owner.address`: the wallet address of the current owner
|
| 20 |
+
- `last_sale.total_price`: the price of the last sale in gwei. Note that the unit here is gwei (giga and wei) and 1 ether = 1 billion gwei (18 zeros)
|
| 21 |
+
- `last_sale.payment_token.usd_price`: the USD price of 1 ether (ETH) for the last sale
|
| 22 |
+
- `last_sale.transaction.timestamp`: the timestamp of the last sale
|
| 23 |
+
- `properties`: there are 32 properties of each witch covering the different design elements of each witch, such as Skin Tone, Eyebrows, Body Shape, etc.
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
`witches_full.csv` is the full data provided by the OpenSea API, such as https://api.opensea.io/api/v1/asset/0x5180db8f5c931aae63c74266b211f580155ecac8/50. I just simply flattened the JSON returned by the API.
|