Skip to content

Commit f4b80c6

Browse files
committed
reset readme.md
1 parent 07a3abe commit f4b80c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ Code in libraries is the most important part of **bitshares-core** project and i
1010
Folder | Name | Description | Status
1111
---|---|---|---
1212
[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
1414
[db](db) | Database | Defines the internal database graphene uses. | Active
1515
[egenesis](egenesis) | Genesis | Hardcodes the `genesis.json` file into the `witness_node` executable.| Active
1616
[fc](fc) | Fast-compiling C++ library | https://github.com/bitshares/bitshares-fc | Active
1717
[net](net) | Network | The graphene p2p layer. | Active
1818
[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
2019
[utilities](utilities) | Utilities | Common utility calls used in applications or other libraries. | Active
2120
[wallet](wallet) | Wallet | Wallet definition for the `cli_wallet` software. | Active

0 commit comments

Comments
 (0)