(Go: >> BACK << -|- >> HOME <<)

Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

paralin/inca-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inca Go

Light-weight proof-of-stake BFT consensus.

Introduction

Inca is an attempt to implement an ultra-lightweight Proof-Of-Stake blockchain.

This repo contains the Go implementation. See the root repo.

Inca CLI

This repository contains an implementation of the inca binary. It:

  • Can be used to build genesis blocks
  • Can be used as a "light" node to backup the chain traffic in the local IPFS node
  • Can be used as a full validator node.

Building a blockchain participant requires embedding Inca in your own code.

IPFS Notes

Currently there are the following known requirements:

  • Run ipfs with --enable-pubsub-experiment
  • Configure IPFS with "Routing.Type" to "none" to disable routing.

About

Go implementation of Inca.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages