Skip to content

Commit

Permalink
Adds decentralized storage to the term bank (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
narbs91 authored Oct 2, 2023
1 parent 835efb1 commit 571a7a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion resources/master_term_bank_en.csv
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ application/json,digital identity,"Digital Identity refers to the virtual repres
application/json,digital marketplace,"Digital marketplaces are online stores where users can buy and sell digital goods and services (e.g. NFTs).",en,GLOSSETA-PROD,general
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,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
3 changes: 2 additions & 1 deletion src/filter/termConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ export const termFilter = [
"digital marketplace",
"polygon",
"evm",
"ethereum foundation"
"ethereum foundation",
"decentralized storage"
];

1 comment on commit 571a7a2

@vercel
Copy link

@vercel vercel bot commented on 571a7a2 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.