mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 23:19:08 -05:00
Moved proof to tags
This commit is contained in:
parent
04b5fd99ed
commit
03a9246b99
6
76.md
6
76.md
|
@ -21,9 +21,9 @@ Each game's leaderboard has optional Categories, Variations, Platform, Level, Re
|
|||
["lvl", "<Level>"], //E.g. FG, W1L1, F3OS
|
||||
["ver", "<Version>"], //Version the submission is ran on e.g. 1.4.0.0
|
||||
["rlt", "<Start Unix Time>", "<Stop Unix Time>"], //Real Life Time, subtract Start from Stop to get actual time
|
||||
["igt", "<Start Unix Time>", "<Stop Unix Time>"] //In-Game Time
|
||||
["igt", "<Start Unix Time>", "<Stop Unix Time>"], //In-Game Time
|
||||
["proof": "<Link to proof e.g. Twitch Vod>"]
|
||||
],
|
||||
"proof": "<Link to proof e.g. Twitch Vod>",
|
||||
"created_at": "<Unix Time>",
|
||||
"pubkey": "<Public Key>",
|
||||
"sig": "<signature>"
|
||||
|
@ -41,8 +41,8 @@ An example of a potential Super Mario 64 120 Star N64 run submission.
|
|||
["plt", "N64"],
|
||||
["reg", "JPN"],
|
||||
["rlt", "1587370820", "1587376601"],
|
||||
["proof": "https://www.twitch.tv/videos/2034126985"]
|
||||
],
|
||||
"proof": "https://www.twitch.tv/videos/2034126985",
|
||||
"created_at": "1714228879",
|
||||
"pubkey": "1a6ea253df444f434417bdcaf9d4aef75f00921965e1afd836da0ae9cd1a0e074cb3490bb4cc26ead75af",
|
||||
"sig": "076b3405407f26b87ff9333fa336c1c6fbdfc27f2f"
|
||||
|
|
Loading…
Reference in New Issue
Block a user