Bitcoin Forum

Other => Beginners & Help => Topic started by: BestCoinInvestments on March 19, 2019, 11:41:47 AM



Title: Blockchain Terms Dictionary
Post by: BestCoinInvestments on March 19, 2019, 11:41:47 AM
Do you know what is a Composer CLI?
Or a Business Logic Layer?
How about CRUD, EOA, ABI, and Enum?

Composer CLI - Hyperledger Fabric command line allowing for administrative tasks.
Business logic layer - A part of the code that determines the rules to be followed when doing business
CRUD - Creative, retrieve, update, delete.
EOA - Externally Owned Account
ABI (Application Binary Interface) - An interface between two binary program modules, often one program is a library and the other is being run by a user
Enum - Short for “enumeration” - a fixed list of possible values. The list of US states could be considered an enum.


For more terms go check out our new Blockchain Term Dictionary section:
https://bestcoininvestments.com/blockchain-terms-dictionary/


Title: Re: Blockchain Terms Dictionary
Post by: jhenfelipe on March 19, 2019, 12:53:48 PM
CRUD - Creative, retrieve, update, delete.
You should update this in your site if you put the same as here. CRUD stands for Create, Read, Update, Delete. (Well, retrieve is okay since it's really use as an alternate word for read).

PS. I learned it on our programming lesson too before.