Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/likecoin/likecoin-chain
- Owner: likecoin
- License: gpl-3.0
- Created: 2018-07-30T08:14:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T09:36:52.000Z (7 months ago)
- Last Synced: 2024-06-20T21:42:09.317Z (5 months ago)
- Topics: blockchain, cosmos-sdk, likecoin, tendermint
- Language: Go
- Homepage: https://docs.like.co/validator/likecoin-chain-node/setup-a-node
- Size: 3.09 MB
- Stars: 103
- Watchers: 11
- Forks: 23
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)