Skip to content

Commit

Permalink
Typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
u2 committed Jan 26, 2018
1 parent c3b5873 commit ff3c9b5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@

## What is CITA

CITA is an fast and scalable blockchain for enterprises. CITA supports both native contract and EVM contract, by which enterprise users can build their own blockchain applications. CITA has an unique architecture which enables enterprise users to unlease all their computing resources.
CITA is a fast and scalable blockchain for enterprises. CITA supports both native contract and EVM contract, by which enterprise users can build their own blockchain applications. CITA has an unique architecture which enables enterprise users to unlease all their computing resources.

- **Horizontal scalability**: CITA adopts a microservices architecture to boost each (logical) node’s performance.
With the microservice architecture, a logical node can be easily scaled to a cluster of servers. Outside one node's bounday, nodes communicate with each other using P2P network; Inside each node, microservices communicate with each other by messaging queue. (Note this is completely different from Fabric which use a messaging queue only as consensus process)
- **Horizontal scalability**: CITA adopts a microservices architecture to boost each (logical) node’s performance.With the microservice architecture, a logical node can be easily scaled to a cluster of servers. Outside one node's bounday, nodes communicate with each other using P2P network; Inside each node, microservices communicate with each other by messaging queue. (Note this is completely different from Fabric which use a messaging queue only as consensus process)

![](https://github.com/cryptape/cita-whitepaper/blob/master/en/cita-network.png?raw=true)

Expand Down Expand Up @@ -46,7 +45,6 @@ Please check [CONTRIBUTING.md](CONTRIBUTING.md) for more details.

[Weibo](http://weibo.com/u/6307204864)


## License

CITA is currently under the GPLv3 license. See the LICENSE file for details.
Expand All @@ -64,4 +62,3 @@ CITA is created by Cryptape LLC with :heart:.
WeChat Group:

<img src="https://github.com/cryptape/assets/blob/master/cryptape-wechat.jpeg?raw=true" width="250">

0 comments on commit ff3c9b5

Please sign in to comment.