GriubCoin

module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2026 License: Apache-2.0

README


GriubCoin (GRBC)

version Go Report Card GitHub Twitter Follow


🌐 Overview

GriubCoin (GRBC) is a blockchain network built as a fork of the Cosmos SDK ecosystem, designed for decentralized applications and custom token infrastructure.

This implementation provides a full-node client for participating in the GriubCoin network as a validator or full node.


🚀 Mainnet / Testnet

Current recommended version: v1.0.0

The main branch may contain unstable or experimental changes and should not be used in production.


Installation (Source Build)

git clone https://github.com/GriubCoin-Network/GriubCoin.git
cd GriubCoin
make install

🧪 Running a Node

Initialize node

grbc init mynode

Start node

grbc start

docker pull dmrdev2/grbc-node:latest

Run node:

docker run -d \
  --name grbc-node \
  -p 26656:26656 \
  -p 26657:26657 \
  -v $HOME/.grbc:/root/.grbc \
  dmrdev2/grbc-node:latest \
  grbc start

Network Info

  • Chain ID: griubcoin_44211-1
  • Binary: grbc
  • RPC: http://127.0.0.1:26657
  • P2P: 26656

Support

For technical issues or validator onboarding:


License

Licensed under Apache 2.0 © GriubCoin Network contributors

Directories

Path Synopsis
app
params
Package params defines the simulation parameters for the Kava app.
Package params defines the simulation parameters for the Kava app.
client
grpc/query
The query package includes Cosmos and Kava gRPC query clients.
The query package includes Cosmos and Kava gRPC query clients.
grpc/util
The util package contains utility functions for the Kava gRPC client.
The util package contains utility functions for the Kava gRPC client.
rest
Package rest provides HTTP types and primitives for REST requests validation and responses handling.
Package rest provides HTTP types and primitives for REST requests validation and responses handling.
cmd
grbc command
grbc/cmd
Sourced from https://github.com/evmos/ethermint/blob/main/cmd/ethermintd/genaccounts.go
Sourced from https://github.com/evmos/ethermint/blob/main/cmd/ethermintd/genaccounts.go
Migrate handles translating the state of the blockchain between software versions.
Migrate handles translating the state of the blockchain between software versions.
precompile
tests
x
auction/types
Package types is a reverse proxy.
Package types is a reverse proxy.
bep3/types
Package types is a reverse proxy.
Package types is a reverse proxy.
cdp
cdp/types
Package types is a reverse proxy.
Package types is a reverse proxy.
committee/types
Package types is a reverse proxy.
Package types is a reverse proxy.
community
the community module has no genesis state but must init its module account on init
the community module has no genesis state but must init its module account on init
community/types
Package types is a reverse proxy.
Package types is a reverse proxy.
earn/types
Package types is a reverse proxy.
Package types is a reverse proxy.
evmutil/types
Package types is a reverse proxy.
Package types is a reverse proxy.
hard/types
Package types is a reverse proxy.
Package types is a reverse proxy.
incentive/types
Package types is a reverse proxy.
Package types is a reverse proxy.
issuance/types
Package types is a reverse proxy.
Package types is a reverse proxy.
kavadist/types
Package types is a reverse proxy.
Package types is a reverse proxy.
liquid/types
Package types is a reverse proxy.
Package types is a reverse proxy.
precisebank/types
Package types is a reverse proxy.
Package types is a reverse proxy.
pricefeed/types
Package types is a reverse proxy.
Package types is a reverse proxy.
savings/types
Package types is a reverse proxy.
Package types is a reverse proxy.
swap/types
Package types is a reverse proxy.
Package types is a reverse proxy.
validator-vesting/types
Package types is a reverse proxy.
Package types is a reverse proxy.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL