Giter Site home page Giter Site logo

harambee-node's Introduction

The Harambee Blockchain Node

This is the node that runs the Harambee Blockchain

Getting Started

Using Nix

Install nix and optionally direnv and lorri for a fully plug and play experience for setting up the development environment. To get all the correct dependencies activate direnv direnv allow and lorri lorri shell.

Rust Setup First, complete the basic Rust setup instructions. Install Rust and the Cargo package manager

Run Use Rust's native cargo command to build and launch the template node:

cargo run --release -- --dev --tmp

Build The cargo run command will perform an initial build. Use the following command to build the node without launching it:

cargo build --release Embedded Docs Once the node has been built(compiled) on your machine, the following command can be used to explore all parameters and subcommands:

./target/release/node-template -h

Run The provided cargo run command will launch a temporary node and its state will be discarded after you terminate the process. After the project has been built, there are other ways to launch the node.

Single-Node Development Chain This command will start the single-node development chain with persistent state:

./target/release/node-template --dev

Purge the development chain's state:

./target/release/node-template purge-chain --dev Start the development chain with detailed logging:

RUST_LOG=debug RUST_BACKTRACE=1 ./target/release/node-template -lruntime=deb

Note

  • This code is still in Hack mode and as such, a few things will change i.e More customized pallets(an EVM pallet customized for Reach, and a Balances pallet) will be added

  • Also, for a separation of concerns, most of the codebase will be moving to the Harambee Network github org

harambee-node's People

Contributors

kcelestinomaria avatar

Stargazers

Ian Githungo avatar  avatar

Watchers

 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.