Popularity
7.5
Declining
Activity
0.0
Stable
1,305
91
216

Description

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 a unique architecture which enables enterprise users to release all their computing resources.

Programming language: Rust
License: Apache License 2.0
Latest version: v20.2.0

cita alternatives and similar packages

Based on the "System tools" category.
Alternatively, view cita alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cita or a related project?

Add another 'System tools' Package

README

Circle CI Status

All Contributors

English | [简体中文](./README-CN.md)

What is CITA

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

  • Horizontal scalability: With the microservice architecture, a logical node can be easily scaled to a cluster of servers. Node administrators can increase system capacity simply by adding more PC servers on high load. The administrator can even use dedicated servers to provide services for hot-spot accounts. Outside one node's boundary, nodes communicate with each other using P2P network; inside each node, microservices communicate with each other by messaging queue.

  • Customizable and Pluggable Components: CITA's microservices are loosely coupled and their communications are only via the message queue. Hence, it‘s flexible to improve current components with better algorithms (such as new consensus algorithms) or more appropriate technical solutions (such as new DBs or new privacy solutions). Moreover, business logic is extremely complicated in enterprise applications. With CITA, you can easily customize your blockchain with the certain feature to fit your own business requirements.

  • High Performance: In CITA, consensus and transaction execution are decoupled as separate microservices. The consensus service is only responsible for transaction ordering, which can finish independently before transaction execution, thus increase transaction processing performance. In additional, CITA also includes lots of other optimizations to fully utilize multi-cores and multi-servers' computing power. To this end, it utilizes the Rust language, a hybrid imperative/OO/functional language with an emphasis on efficiency.

  • Resiliency and Reliability: CITA provides tools to backup blockchain data by taking snapshot, which can help you to resync the blockchain data in a short time. And through Rust’s language-level memory and thread guarantees and a disciplined approach to exception-handling, we can state with a high degree of certainty that our code cannot crash, hang or bomb-out unexpectedly.

  • Compatibility: CITA supports the use of Solidity, Go, and Rust to develop smart contracts. It also supports all Ethereum development tools (Truffle, Zeppelin, Remix, etc.).

  • Chain Interoperability: We perceive that independent blockchains are constantly emerging nowadays and even more in the future. How do these chains interoperate with each other to form blockchain network? CITA Support cross-chain communication by providing a simple cross-chain protocol currently. More explorations are undertaking in CITA, aiming to amplify the value of applications running on the various chains.

  • Engineering Experience: There're many CITA networks running in banks, payment and insurance production environment, with Rivtower or CITA Integration Provider's technical support. CITA has accumulated a lot of engineering experience.

Whitepaper

For more details please check the white paper.

Document

API/SDK

CITA supports JSON-RPC and WebSocket (experimental) API/v1.

For CITA API/v1, You can use any HTTP client, or following SDKs:

Contributing

CITA is still in active development. Building a blockchain platform is a huge task, we need your help. Any contribution is welcome.

Please check [CONTRIBUTING](.github/CONTRIBUTING.md) for more details.

Follow us

Weibo

License FOSSA Status

CITA is currently under Apache 2.0 license. See the LICENSE file for details.

Credits

CITA is created by Rivtower team with :heart:.

Contact us

Email: [email protected]

Contributors

Thanks goes to these wonderful people (emoji key):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore --> kaikai💻 zhangyaning💻 Boyu Yang💻 zhiwei💻 漂流💻 AsceticBear💻 yubo💻 zhouyun-zoe📖 Bicheng Gao💻 lhf💻 LinFeng Qian💻 keroro💻 Yaorong💻 suyanlong💻 Chen Yu💻 zhangsoledad💻 hezhengjun💻 zeroqn💻 urugang💻 Jiang Jinyang💻 Jan Xie💻 Sun Lei💻 hyl💻 Terry Tai💻 Ke Wang💻 Mohanson💻 quanzhan lu💻 duanyytop💻 clearloop💻 nokodemion💻 Rain Chen💻 Daogang Tang💻 xianliang jiang🐛 Nov💻 Rai Yang💻 Wenchao Hu💻 kaiyu💻 James Chen💻 rev-chaos💻 Eason Gao💻 Eric Zhang💻 Jun Jiang💻 PRIEWIENV💻 The Gitter Badger💻 CL💻 programmer-liu💻 Jiayu Ye💻 liyanzi🐛 JiaYi📖 Timmy Zhang🤔 Wu Yuyue📖 xiangmeiLu📖 mingxiaowu🐛 wangfh666🐛 travis-joe📖 UDLD📖 Yieazy💻 ShenLei💻

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the all-contributors specification. Contributions of any kind welcome!


*Note that all licence references and agreements mentioned in the cita README section above are relevant to that project's source code only.