-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
105 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"description": "CryptoPunks launched as a fixed set of 10,000 items in mid-2017 and became one of the inspirations for the ERC-721 standard. They have been featured in places like The New York Times, Christie's of London, Art|Basel Miami, and The PBS NewsHour.", | ||
"external_url": "https://cryptopunks.app/cryptopunks/details/0", | ||
"name": "CryptoPunk #0", | ||
"attributes": [ | ||
{ | ||
"trait_type": "Type", | ||
"value": "Female 2" | ||
}, | ||
{ | ||
"trait_type": "Accessory", | ||
"value": "Earring" | ||
}, | ||
{ | ||
"trait_type": "Accessory", | ||
"value": "Blonde Bob" | ||
}, | ||
{ | ||
"trait_type": "Accessory", | ||
"value": "Green Eye Shadow" | ||
} | ||
] | ||
} |
Oops, something went wrong.