Giter Club home page Giter Club logo

cita's Introduction

Join the chat at https://gitter.im/cryptape/cita Build Status

What is CITA

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)

  • 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. CITA also includes a lot of optimizations to fully utilize multi-cores and multi-servers's computing power.

  • Customizable and Pluggable Components: CITA is designed to be highly customizable. CITA's microservices are decoupled from each other in the cleanest way, talk with each other by simple messages. It's easy to customize your blockchain to fit your own business requirements. For example you can replace the default consensus with more appropriate algorithms if necessary or you can replace the default executor EVM to something else as well.

  • Production Ready: There're many CITA networks running in banks and payment gateways production environment, with Cryptape or CITA Integration Provider's technical support.

White Paper

For more details please check the white paper.

Document

API/SDK

CITA supports jsonrpc and websocket (experimental) API/v1. Interfaces with cita_ prefix can be used to interact with both native and EVM contracts, and those with eth_ prefix are EVM contract only.

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.md for more details.

Follow us

Twitter

Weibo

License

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

CITA will move to Apache 2.0 license soon.

Credits

CITA is created by Cryptape team with ❤️.

Contact us

WeChat Group:

cita's People

Contributors

u2 avatar yangby-cryptape avatar jerry-yu avatar zhangsoledad avatar hezhengjun avatar thewawar avatar driftluo avatar suyanlong avatar urugang avatar eighteenzi avatar jerry-sl avatar bcdevhz avatar poshboytl avatar keith-cy avatar kilb avatar rink1969 avatar duanyytop avatar volzkzg avatar kaikai1024 avatar vinberm avatar rairyx avatar qinix avatar janx avatar gitter-badger avatar crazy-cpu avatar

Watchers

Jiayu Ye avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.