Collecting pepe to build the rarest collection to date.
- Before adding your amazing pepe images make sure it's not already in the collection, filter by tags to check if it already exists.
- Rename your pepe to a uuidv4 (uuidgen command on linux) and make the extension png.
- Upload the new file to this location on github.
- Now locate the following file.
- Add the following lines at the bottom and make sure it is valid json (use this tool)
{
"id": "", # uuid of the specific file
"tags": [ # tags you feel are apropriate to the pepe
"",
""
]
},
You can also use the util.py script.
python util.py <filename> <tag1> <tag2> <tag3>