Skip to content
This repository was 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

e66fe79 · Oct 18, 2018

History

49 Commits
Feb 26, 2018
Oct 18, 2018
Oct 18, 2018
Oct 18, 2018
Feb 8, 2018
Oct 18, 2018
Mar 7, 2018
Oct 18, 2018
Oct 18, 2018
Oct 18, 2018
Mar 7, 2018
Feb 8, 2018
Oct 18, 2018
May 12, 2018
Jan 5, 2018
Jan 10, 2018
Oct 15, 2018

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

No packages published

Languages