The Opepen Edition is a collection of 16.000 tokens on Ethereum mainnet. They are revealed in 200 sets of 80 tokens. Their token metadata points to a deployment of this metadata api service. Once all sets are revealed, metadata will move to a more permanent storage solution.
The Opepen project consists of three code repositories:
- This Metadata Service powering the reveals
- An API + database powering the opepen.art website
- A web application powering the opepen.art website
The script that distributed Opepen Rarities is found here: rare-opepens.py
.
The script that distributes Opepen sets can be found here: randomize.py
.
It is currently in version 2.
At the heart of this repo is a simple metadata.json
config file and a MetadataParser
service.
Forks and pull requests are welcome!