Skip to content

Commit

Permalink
Merge pull request #34 from narbs91/adds-four-new-terms
Browse files Browse the repository at this point in the history
Adds ga, gn, minting and lazy minting
  • Loading branch information
narbs91 authored Nov 20, 2021
2 parents aadc193 + c96de80 commit 8072557
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/master_term_bank_en.csv
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ application/json,dao,"An acronym for decentralized autonomous organizations. DA
application/json,glosseta,"Glosseta is a open-source web3 glossary meant to help those onboarding into web3 understand the terms/lingo floating around the internet. Glosseta is meant to be your companion on your adventure from web2 into web3 and to help you on your path of learning. We're all going to make it (WAGMI)!",en,GLOSSETA-PROD,application
application/json,probably nothing,"Definitely something.",en,GLOSSETA-PROD,general
application/json,gas,"Gas refers to the unit that measures the amount of computational effort required to execute specific operations on the Ethereum network. Since each Ethereum transaction requires computational resources to execute, each transaction requires a fee. Gas refers to the fee required to conduct a transaction on Ethereum successfully.",en,GLOSSETA-PROD,general
application/json,irl,"An acronym for in real life.",en,GLOSSETA-PROD,general
application/json,irl,"An acronym for in real life.",en,GLOSSETA-PROD,general
application/json,gn,"An acronym for good night.",en,GLOSSETA-PROD,general
application/json,ga,"An acronym for good afternoon.",en,GLOSSETA-PROD,general
application/json,minting,"Minting is the process of committing data to be written to a blockchain in order to become represented as tokenized assets. Typically a fee is paid to the participants of a given blockchain, proportional to the complexity of the computation involved, to have the data written to the chain. Minting can be applied to both fungible and non-fungible assets.",en,GLOSSETA-PROD,general
application/json,lazy minting,"Lazy minting is the process of deferring the actual gas payments associated with fully minting a non-fungible token (NFT) on the Ethereum blockchain by uploading the assets off-chain to start. Once a user commits to actually minting the NFT (i.e. listing the item for sale) then the gas fees are paid to add have it added to the blockchain. This technique is typically used when uploading a large amount of work to sell on the open market to delay paying gas fees when prices are high.",en,GLOSSETA-PROD,general

1 comment on commit 8072557

@vercel
Copy link

@vercel vercel bot commented on 8072557 Nov 20, 2021

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.