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

rovergulf-archive/chain-draft-v0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

73 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

GitHub GitHub go.mod Go version GitHub tag (latest SemVer)

Rovergulf BlockChain Network

RBN - BlockChain algorithm implemented by Rovergulf Engineers team based on Etherium SDK

Information

  • Documentation: RBN Docs
  • BlockChain network available at swarm.rovergulf.net

Development

Simple source build

go build -o rbn cmd/cli/main.go

./rbn help

# or just

go run cmd/cli/main.go help

Installation

From source

git clone github.com/rovergulf/chain
wget dl.rovergulf.net/rbn:$RELEASE # TBD platform support 

Containers

TBD

Verify installation

# validate using
rbn help
# or
rbn --version

Run node

rbn node run

# to get more opts
rbn node run --help

# TBD: sync modes, etc

Manage accounts

List keystore accounts

If you run node without using wallets manager, it will automatically allocate a new one, place it to keystore,
and you will be able to import that account passphrase using node admin API

rbn wallets list 

Coins

Rovergulf Coins

An extra reward for platform achievements and new block validations

Consensus

Read more about Rovergulf Smart Chain algorithm in documentation
Short representation of it can be found in consensus/README.md


Contributing

Read Contributing guide

Maintainers

Rovergulf Engineering Team team@rovergulf.net

Author: Dmitrii Limonov d@rovergulf.net

Releases

No releases published

Packages

No packages published

Languages