You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: libraries/README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,11 @@ Code in libraries is the most important part of **bitshares-core** project and i
10
10
Folder | Name | Description | Status
11
11
---|---|---|---
12
12
[app](app) | Application | Bundles component libraries (chain, network, plugins) into a useful application. Also provides API access. | Active
13
-
[chain](chain) | Blockchain | Blockchain implementation and business logic. Database structure in the form of objects and updates to the blockchain in the form of evaluators are implemented here. | Active
13
+
[chain](chain) | Blockchain | Defines all objects, operations and types. This include the consensus protocol, defines the whole blockchain behaviour. | Active
14
14
[db](db) | Database | Defines the internal database graphene uses. | Active
15
15
[egenesis](egenesis) | Genesis | Hardcodes the `genesis.json` file into the `witness_node` executable.| Active
16
16
[fc](fc) | Fast-compiling C++ library | https://github.com/bitshares/bitshares-fc | Active
17
17
[net](net) | Network | The graphene p2p layer. | Active
18
18
[plugins](plugins) | Plugins | Collection of singleton designed modules used for extending the bitshares-core. | Active
19
-
[protocol](protocol) | Protocol | Fundamental structure of the data that will be transmitted on the wire. Operations are defined and basic data integrity checks are done for each. | Active
20
19
[utilities](utilities) | Utilities | Common utility calls used in applications or other libraries. | Active
21
20
[wallet](wallet) | Wallet | Wallet definition for the `cli_wallet` software. | Active
0 commit comments