From 58b839c9eaa2cbeedd661561f92ec50731be59ae Mon Sep 17 00:00:00 2001 From: crackerli Date: Wed, 28 Oct 2020 11:55:07 +0800 Subject: [PATCH] Update categories.json, add Snark & Stark category Update categories.json, add Snark & Stark category --- categories.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/categories.json b/categories.json index 2ad1582..a709c06 100644 --- a/categories.json +++ b/categories.json @@ -373,5 +373,11 @@ "name": "Work", "slug": "work", "description": "projects focused on gig economies, future of work and professional reputation" + }, + + { + "name": "Snark & Stark", + "slug": "Snark & Stark", + "description": "projects focus on recursive snark or stark to help the blockchain to compress the blockchain data, bring full node to light devices" } ]