Skip to content

Commit

Permalink
feat: Added solidity to the list terms
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuakim committed Mar 5, 2023
1 parent 5ef224a commit 685c767
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions data/terms.json
Original file line number Diff line number Diff line change
Expand Up @@ -511,14 +511,14 @@
"term": "ieo",
"meaning": "Initial Exchange Offering (IEO) involves the use of a cryptocurrency exchange to raise funds for a new project."
},
{
"term": "initial coin offering",
"meaning": "Initial Coin Offerings (ICOs) are a popular financing tool for firms that want to sell products and services in the cryptocurrency and blockchain arena."
},
{
"term": "ilo",
"meaning": "Initial Liquidity Offering (ILO) is a new fundraising mechanism through which many projects and startups raise funds by selling tokens on Decentralized Exchanges."
},
{
"term": "initial coin offering",
"meaning": "Initial Coin Offerings (ICOs) are a popular financing tool for firms that want to sell products and services in the cryptocurrency and blockchain arena."
},
{
"term": "ipfs",
"meaning": "IPFS stands for InterPlanetary File System. It's a protocol, an hypermedia, a file sharing p2p network. It's used for storing/sharing data in a distributed file system. It uses content-addressing to uniquely identify each file in a global namespace connecting IPFS hosts."
Expand Down Expand Up @@ -743,6 +743,10 @@
"term": "soft fork",
"meaning": "A soft fork is a blockchain upgrade that is backward compatible. These changes do not necessitate the formation of a new chain, unlike a hard fork."
},
{
"term": "solidity",
"meaning": "Solidity is a high-level programming language used to write smart contracts for blockchain platforms. It is a contract-oriented, statically-typed language that supports inheritance, libraries, and complex user-defined types."
},
{
"term": "stablecoin",
"meaning": "Stablecoin is a token whose value is linked to a different asset. These coins are usually backed by a fiat currency, such as the US dollar. Still, they can also be supported by tangible assets such as precious metals or even other cryptocurrencies, such as Bitcoin."
Expand Down

0 comments on commit 685c767

Please sign in to comment.