Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/likecoin/likecoin-chain

LikeCoin chain node binary - liked
https://github.com/likecoin/likecoin-chain

blockchain cosmos-sdk likecoin tendermint

Last synced: 2 days ago
JSON representation

LikeCoin chain node binary - liked

Awesome Lists containing this project

README

        

LikeCoin chain is a blockchain built on the Cosmos SDK. Project page: https://like.co/

## Requirements

- Go 1.19

## For development.

LikeCoin chain support ignite cli (previously called starport). Please follow instructions to install [here](https://docs.ignite.com/guide/install.html)

Please use [ignite v0.24.x](https://github.com/ignite/cli/releases/tag/v0.24.1) due to [protobuf generation issue](https://github.com/ignite/cli/issues/3298)

After installation, run
`ignite chain serve`

It will bring up the local dev chain with hot-reload.

## Setting up a mainnet node

Please refer to the [Setup a node](https://docs.like.co/validator/likecoin-chain-node/setup-a-node)