Giter Site home page Giter Site logo

mande-labs / mande-chain-core Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 224 KB

Mande chain core built on top of cosmos-sdk and implements Proof-of-credibility for consensus

Home Page: https://mande.network

License: Apache License 2.0

Makefile 8.35% Go 91.65%

mande-chain-core's Introduction

Mande chain core

Mande chain core built on top of cosmos-sdk and implements Proof-of-credibility for consensus

Talk to us!

Hardware Requirements

  • Minimal
    • 1 GB RAM
    • 25 GB HDD
    • 1.4 GHz CPU
  • Recommended
    • 2 GB RAM
    • 100 GB HDD
    • 2.0 GHz x2 CPU

NOTE: SSDs have limited TBW before non-catastrophic data errors. Running a full node requires a TB+ writes per day, causing rapid deterioration of SSDs over HDDs of comparable quality.

Operating System

  • Linux/Windows/MacOS(x86)
  • Recommended
    • Linux(x86_64)

Installation Steps

Prerequisite: go1.18+ required. ref

Prerequisite: git. ref

Optional requirement: GNU make. ref

  • Clone git repository
git clone https://github.com/mande-labs/mande-chain-core.git
  • Build
cd mande-chain-core
make build

Initialize a new chain and start node

cd build
./manded init demo --chain-id devnet
./manded keys add [key_name]
./manded add-genesis-account [key_name] 100000000mand,100000000stake
./manded gentx [key_name] 70000000stake --chain-id devnet
./manded collect-gentxs
./manded start --minimum-gas-prices=0mand
  • To start rest server set enable=true in config/app.toml under [api] and restart the chain

Reset chain

rm -rf ~/.mande

mande-chain-core's People

Contributors

prtk418 avatar

Stargazers

YFIN avatar Vagif Babaev avatar

Watchers

Sachin avatar  avatar

Forkers

yfin99

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.