Skip to content
View ci123chain's full-sized avatar
Block or Report

Block or report ci123chain

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ci123chain/README.md

Usage

Local Dev

  • Compile binaries

make build

  • Init configs

./scripts/node_reset.sh

  • Start Raft LevelDB

docker-compose -f bootstrap-docker/single-node-db.yaml up -d

  • Run Node

./build/cid start --statedb_port=5002 --statedb_tls=false --home=scripts/testdata/ibc0 ./build/cli rest-server

Quick Start

make release_build && docker-compose -f bootstrap-docker/single-node-db.yaml up -d

This repository hosts Weelink, the implementation of the CI123Chain is a modification based on Cosmos SDK.

Popular repositories Loading

  1. ci123chain ci123chain Public

    Go 2

  2. tss tss Public

    Go 2

  3. tendermint tendermint Public

    Go 1

  4. wasm-util wasm-util Public

    Go

  5. tidis tidis Public

    Forked from yongman/tidis

    Distributed transactional NoSQL database, Redis protocol compatible using tikv as backend

    Go

  6. ci123chain-cdk ci123chain-cdk Public

    Rust