GithubHelp home page GithubHelp logo

mahofmahof / bifrost-node Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bifrost-platform/bifrost-node

0.0 0.0 0.0 223 KB

A Substrate based BIFROST Network node implementation

Home Page: https://thebifrost.io

License: Apache License 2.0

Shell 13.67% TypeScript 86.33%

bifrost-node's Introduction

Tools for BIFROST Network

This repository contains a set of tools designed for BIFROST network.

It is written in typescript, using yargs as interactive CLI tool.

Public RPC/Websocket Endpoints

BIFROST Network Testnet (ChainID: 49088)

CLI Tools

1. Generate your required validator accounts

Full Nodes

npm run create_accounts -- --full

Basic Nodes

npm run create_accounts

2. Set your node session keys

npm run set_session_keys -- \
  --controllerPrivate 0x5fb92d6e98884f76de468fa3f6278f8807c48bebc13595d45af5bdc4da702133

3. Self bond your initial stake and join as a Validator

Full Node

npm run join_validators -- \
  --controllerPrivate 0x5fb92d6e98884f76de468fa3f6278f8807c48bebc13595d45af5bdc4da702133 \
  --stashPrivate 0x234871e7f7520af0cfc9f8547057b283c628be93a90b393aa19be1279ee52b4a \
  --relayerPrivate 0xcc01ee486e8717dc3911ede9293b767e29ce66f5c987da45887cb61822700117 \
  --bond 1000

Basic Node

npm run join_validators -- \
  --controllerPrivate 0x5fb92d6e98884f76de468fa3f6278f8807c48bebc13595d45af5bdc4da702133 \
  --stashPrivate 0x234871e7f7520af0cfc9f8547057b283c628be93a90b393aa19be1279ee52b4a \
  --bond 1000

bifrost-node's People

Contributors

alstjd0921 avatar dnjscksdn98 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.