Skip to content

Commit a0b4234

Browse files
committed
Web3Philippines#19 terms and definitions added
1 parent 73f6f7f commit a0b4234

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/data.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ const glossary = [
2222
term: "Blockchain",
2323
definition: "A blockchain is a distributed database that is shared among the nodes of a computer network. Blockchains store a continuously growing historical ledger of information (e.g. accounts and transactions) into blocks."
2424
},
25+
{
26+
term: "Decentralized Application (Dapp)",
27+
definition: "A decentralized application, is an application built on a decentralized blockchain network using smart contracts and Web 3.0 javascript libraries. Examples for Dapps include web3 wallets, interest-bearing cryptocurrency savings accounts, and NFT marketplaces."
28+
},
29+
{
30+
term: "Decentralized Exchange (DEX)",
31+
definition: "DEX is an abbreviation for Decentralized Exchange. This type of crypto exchange enables users to transact in a direct peer-to-peer manner without any intermediary."
32+
},
33+
{
34+
term: "Merkle Tree",
35+
definition: "A Merkle tree, or hash tree, is a data structure used by blockchains to securely validate and summarize large data sets."
36+
},
2537
{
2638
term: "Smart Contract",
2739
definition: "A smart contract is a piece of code that executes according to it's instructions exactly like a traditional contract between two people would be executed. Smart contracts are used by developers to build decentralized applications on blockchain networks like Ethereum to enable users to permissionlessly transact in a secure way."
@@ -34,6 +46,10 @@ const glossary = [
3446
term: "Testnet",
3547
definition: "A testnet (test network) is where developers can test protocol upgrades and smart contracts before deploying them on mainnet."
3648
},
49+
{
50+
term: "Tokonomics",
51+
definition: "A portmanteau of the words 'token' and 'economics,' tokenomics refers to all the aspects of a cryptocurrency that can impact the price such as total supply, vesting, and utility."
52+
},
3753
{
3854
term: "Gas",
3955
definition: "Gas is a unit of measurement that represents the computational effort required to complete a transaction. How much a user spends to complete a transaction is determined by the total amount of gas multiplied by the gas price."
@@ -42,6 +58,10 @@ const glossary = [
4258
term: "Gas Fees",
4359
definition: "Gas fees are the fees users must pay in Ethereum's native currency, Ether (ETH), to complete a transaction. Gas fees are used to compensate miners for providing the computational work required to process and validate transactions."
4460
},
61+
{
62+
term: "Gas Price",
63+
definition: "The gas price is the amount of Ether (ETH) a user is willing to pay for every unit of gas required to complete a transaction (denominated in Gwei). Blocknative's gas estimator tool can help traders and developers optimize setting gas prices to probabilistically get transactions confirmed in the next block"
64+
},
4565
{
4666
term: "Metamask",
4767
definition: "A browser extension wallet that enables users to securely store and manage digital assets on the decentralized web (Web3). It serves as a gateway to interact with blockchain networks, allowing users to connect their browsers to decentralized applications (dApps) and execute transactions. With its user-friendly interface, MetaMask facilitates seamless access to the world of cryptocurrencies, non-fungible tokens (NFTs), and decentralized finance (DeFi) applications."

0 commit comments

Comments
 (0)