GithubHelp home page GithubHelp logo

zhangaz1 / cita Goto Github PK

View Code? Open in Web Editor NEW

This project forked from citahub/cita

0.0 2.0 0.0 7.19 MB

A fast and scalable blockchain for enterprise users.

Home Page: https://cryptape.github.io/cita/zh/index.html

License: GNU General Public License v3.0

Makefile 0.03% Rust 83.84% Shell 4.09% Python 4.21% JavaScript 7.83%

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

  • Horizontal scalability: CITA adopts a microservices architecture to boost each (logical) node’s performance. With the microservices architecture, a logical node can be easily scaled to a cluster of servers. Outside one node's boundary, 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 uses 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' 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 JSON-RPC 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

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

Watchers

 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.