Skip to content

Commit 928a1f4

Browse files
authored
Merge pull request #116 from yhuakim/patch
feat: Added solidity to the list terms
2 parents 5ef224a + 685c767 commit 928a1f4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

data/terms.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -511,14 +511,14 @@
511511
"term": "ieo",
512512
"meaning": "Initial Exchange Offering (IEO) involves the use of a cryptocurrency exchange to raise funds for a new project."
513513
},
514-
{
515-
"term": "initial coin offering",
516-
"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."
517-
},
518514
{
519515
"term": "ilo",
520516
"meaning": "Initial Liquidity Offering (ILO) is a new fundraising mechanism through which many projects and startups raise funds by selling tokens on Decentralized Exchanges."
521517
},
518+
{
519+
"term": "initial coin offering",
520+
"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."
521+
},
522522
{
523523
"term": "ipfs",
524524
"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."
@@ -743,6 +743,10 @@
743743
"term": "soft fork",
744744
"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."
745745
},
746+
{
747+
"term": "solidity",
748+
"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."
749+
},
746750
{
747751
"term": "stablecoin",
748752
"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."

0 commit comments

Comments
 (0)