WIP concept for NFT rewards / acknowledgments for things
Go to file
Samuel Hawksby-Robinson db4bea4fc2
Added type schema section
2024-03-20 10:31:31 +00:00
metadata Added metadata for crew captain and logos anniversary 2024-02-22 09:49:53 +00:00
src Updated composites for 4, 5 and 6 2024-02-21 22:20:51 +00:00
LICENSE Initial commit 2024-02-21 15:30:07 +00:00
README.md Added type schema section 2024-03-20 10:31:31 +00:00
examples.html The real initial commit 2024-02-21 15:40:49 +00:00

README.md

Kudos Medals

Portable and immutable rewards and acknowledgements.

Sample Collection

Sample medal Sample medal Sample medal Sample medal Sample medal Sample medal

Samples with details

Type Image Data
Sample medal medal:status:crew:ui_polishers metadata json
Sample medal medal:status:crew:perf metadata json
Sample medal medal:status:anniversary:6 metadata json
Sample medal medal:logos:anniversary:6 metadata json
Sample medal medal:status:anniversary:1 metadata json
Sample medal medal:status:crew_captain:ui_polishers metadata json

Type Schema

The following is an example of a reward type:

medal:status:anniversary:6

This type identifier follows the below schema

<AWARD_TYPE>:<PROJECT_NAME>:<AWARD_SUBTYPE>:<AWARD_SUBTYPE_DATA>

Type Description Type examples
AWARD_TYPE The type of award given, this give context to the underlying award medal, certificate, trophy
PROJECT_NAME The project that has issued the award status, waku, logos
AWARD_SUBTYPE Describes what the award is for. Example a medal for a work anniversary anniversary, crew, captainhood
AWARD_SUBTYPE_DATA Data about the subtype perf, 6

Ref

https://github.com/ethereum/ercs/blob/master/ERCS/erc-1155.md