Skip to content

Commit

Permalink
adds decentralized social media and lens definitons
Browse files Browse the repository at this point in the history
  • Loading branch information
narbs91 committed Oct 9, 2023
1 parent 571a7a2 commit 107cecb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion resources/master_term_bank_en.csv
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ application/json,digital marketplace,"Digital marketplaces are online stores whe
application/json,polygon,"Polygon is a layer 2 blockchain that sits on top of Ethereum whose purpose is to make it faster and cheaper to use.",en,GLOSSETA-PROD,protocol
application/json,evm,"The Ethereum Virtual Machine (EVM) is a piece of software that is core to the Ethereum blockchain. It powers the network upkeep of the blockchain as well as letting decentralized applications execute code.",en,GLOSSETA-PROD,general
application/json,ethereum foundation,"The Ethereum Foundation a non-profit organization dedicated to advancing and supporting the development of the Ethereum blockchain by providing resources like funding, research, and guidance to help developers advance the ecosystem.",en,GLOSSETA-PROD,general
application/json,decentralized storage,"Decentralized storage is a way of storing data where it's spread out across many connected devices instead of being kept in one central place, making it more secure, reliable, and available.",en,GLOSSETA-PROD,general
application/json,decentralized storage,"Decentralized storage is a way of storing data where it's spread out across many connected devices instead of being kept in one central place, making it more secure, reliable, and available.",en,GLOSSETA-PROD,general
application/json,decentralized social media,"Decentralized social media is a type of social networking where users and communities have control over their data and interactions, without reliance on a central authority or corporation.",en,GLOSSETA-PROD,general
application/json,lens protocol,"Lens Protocol is a social graph that allows users to own and control their social connections and content, unlike traditional social media where data is controlled by the platform. Users can easily move their data between different applications, fostering a collaborative and user-centric social media ecosystem.",en,GLOSSETA-PROD,protocol
4 changes: 3 additions & 1 deletion src/filter/termConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,7 @@ export const termFilter = [
"polygon",
"evm",
"ethereum foundation",
"decentralized storage"
"decentralized storage",
"decentralized social media",
"lens protocol"
];

0 comments on commit 107cecb

Please sign in to comment.