harish551 / dig

Dig: Governance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dig

Dig is a hub blockchain that interconnects physical plots of land, which will each be governed by a locally operated blockchain. Due to the regulatory challenges involved, dig splits itself up into many chains which can each follow appropriate legislation. This is the beginning of the "Dig Network."

Here's a little light background reading:

Get started

We are accepting genesis transactions. Here are some generic linux instructions for doing those. They assume that you have the github cli installed.

If you are using ubuntu, please do not use its native golang package, it is two years old. Instead:

wget -q -O - https://git.io/vQhTU | bash -s -- --version 1.16.7
cd ~/
git clone https://github.com/faddat/dig
cd dig
go mod tidy
cd cmd/digd
go install .
cd ~/
digd init yourname
cp dig/networks/testnet-2/genesis.json ~/.dig/config
# DEAR GOD KEEP YOUR SEED PHRASE.
digd keys add validator
digd gentx validator 100000000udig --chain-id dig-testnet-2
cp ~/.dig/config/gentx/* ~/dig/networks/testnet-2/gentx
cd dig
git add networks
git commit -m "gentx yourvalidatormoniker"
gh auth login
gh pr create

About

Dig: Governance

License:Other


Languages

Language:TypeScript 53.0%Language:JavaScript 46.0%Language:Go 0.8%Language:Dart 0.1%Language:Shell 0.0%Language:Vue 0.0%Language:Ruby 0.0%Language:Dockerfile 0.0%Language:HTML 0.0%Language:Swift 0.0%Language:Kotlin 0.0%Language:Objective-C 0.0%Language:SCSS 0.0%