Giter Site home page Giter Site logo

c-abci's Introduction

C-ABCI

A C implementation of the Tendermint Application BlockChain Interface (ABCI).

Requirement

Install Tendermint

Getting Started

  1. Clone this project and run make:

    $ git clone https://github.com/chainx-org/c-abci.git ~/c-abci
    $ cd ~/c-abci
    $ make
  2. When make is done, you'll see an executale program c-dummy in the bin directory, run it:

    $ cd bin
    $ ./c-dummy
  3. Start Tendermint.

    $ tendermint init
    $ tendermint node

    Note: if you have run Tendermint before, reset it first:

    $ tendermint unsafe_unset_all
    $ tendermint node

c-abci's People

Contributors

gguoss avatar lilymoana avatar liuchengxu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

c-abci's Issues

maybe some bug with TSP

when parse size return -1๏ผš

the log :
./bin/c-dummy
ABCI-Server Initialized Okay
new 'ipaddress:127.0.0.1 port:52578' connected. fd:4 pid:10828 to deal it
new 'ipaddress:127.0.0.1 port:52580' connected. fd:4 pid:10829 to deal it
new 'ipaddress:127.0.0.1 port:52582' connected. fd:4 pid:10830 to deal it
socket closed or receive data error. fd:4

and terdermint log ;
E[03-28|01:47:24.060] Stopping abci.socketClient for error: EOF module=abci-client connection=query

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.