Giter Site home page Giter Site logo

kinrokinro / dig Goto Github PK

View Code? Open in Web Editor NEW

This project forked from notional-labs/dig

0.0 0.0 0.0 58.53 MB

Dig: Governance

License: Other

Go 0.77% JavaScript 46.02% HTML 0.01% Vue 0.03% SCSS 0.01% TypeScript 53.03% Dockerfile 0.01% Kotlin 0.01% Ruby 0.01% Swift 0.01% Objective-C 0.01% Dart 0.08% Shell 0.04%

dig's Introduction

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 add-genesis-account validator 100000000udig
digd gentx validator 900000000udig --chain-id dig-testnet-2
cp ~/.dig/config/genesis.json ~/dig/networks/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

Web Frontend

Starport has scaffolded a Vue.js-based web app in the vue directory. Run the following commands to install dependencies and start the app:

cd vue
npm install
npm run serve

The frontend app is built using the @starport/vue and @starport/vuex packages. For details, see the monorepo for Starport front-end development.

dig's People

Contributors

faddat avatar catshaark avatar kinrokinro avatar whatzaruckus avatar masterpi-2124 avatar freakeao avatar thecryptodrive avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.