Skip to content

Commit

Permalink
Adds definitions for polygon and digital marketplace (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
narbs91 authored Sep 10, 2023
1 parent 3ba814e commit d052312
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 @@ -62,4 +62,6 @@ application/json,centralized,"The term centralized is often used to describe a g
application/json,sharding,"Sharding is typically regarded as a database optimization technique where tables are partitioned (into shards) and distributed among multiple database instances to increase overall throughput. This technique can also be applied to blockchains where nodes in a given network hold parts of the overall chain so that each shard can work in parallel to reach consensus in a more load balanced manner. This overall optimization in the consensus mechanism of the chain theoretically leads to an overall increase in network transaction speeds.",en,GLOSSETA-PROD,general
application/json,airdrops,"Airdrops are essentially when creators of a project send free coins or tokens to the wallets of users of their products to raise awareness around the project.",en,GLOSSETA-PROD,general
application/json,zero-knowledge proof,"A zero-knowledge proof is a mathematical technique enabling an entity (prover) to prove a statement is true to another (verifier) without revealing any additional information other than what's needed to prove the statement. Zero-knowledge proofs have a growing popularity in the web3 space, in particular with enhancing blockchain scalability.",en,GLOSSETA-PROD,general
application/json,digital identity,"Digital Identity refers to the virtual representation of an individual or entity's unique characteristics, information, and activities online. It is the digital equivalent of one's identity in the real world, used for various purposes such as authentication, authorization, and personalization in digital interactions.",en,GLOSSETA-PROD,general
application/json,digital identity,"Digital Identity refers to the virtual representation of an individual or entity's unique characteristics, information, and activities online. It is the digital equivalent of one's identity in the real world, used for various purposes such as authentication, authorization, and personalization in digital interactions.",en,GLOSSETA-PROD,general
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
4 changes: 3 additions & 1 deletion src/filter/termConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,7 @@ export const termFilter = [
"sharding",
"airdrops",
"zero-knowledge proof",
"digital identity"
"digital identity",
"digital marketplace",
"polygon"
];

1 comment on commit d052312

@vercel
Copy link

@vercel vercel bot commented on d052312 Sep 10, 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.