Giter Site home page Giter Site logo

blcdevs / insync Goto Github PK

View Code? Open in Web Editor NEW

This project forked from omniflix/insync

0.0 0.0 0.0 26.39 MB

OmniFlix inSync for communities & DAOs

Home Page: https://flix.OmniFlix.co

Shell 0.13% JavaScript 83.47% CSS 15.70% HTML 0.64% Dockerfile 0.05%

insync's Introduction

inSync by OmniFlix (for Communities)

inSync is a collaborative interface for an entire community (or) blockchain network to:

  • identify stakeholders such as validator node hosts (will expand to other types of node hosts depending on the network)
  • discover proposals & more!

Currently, the aim of inSync is to be the default/defacto interface when bootstrapping community activities of a specific chain (on testnet or mainnet).

Requirements

yarn

Instructions

  1. clone repository and install packages
git clone https://github.com/OmniFlix/insync.git
cd insync
yarn
  1. update chain config

NOTE: below is the chain config for omniflix testnet

src/config.js

export const config = {
   RPC_URL: 'https://rpc.flixnet.omniflix.network',
   REST_URL: 'https://rest.flixnet.omniflix.network',
   EXPLORER_URL: 'https://explorer.omniflix.network',
   STAKING_URL: 'https://flix.omniflix.co/stake',
   NETWORK_NAME: 'OmniFlix',
   NETWORK_TYPE: 'testnet',
   CHAIN_ID: 'flixnet-3',
   CHAIN_NAME: 'OmniFlix FlixNet-3',
   COIN_DENOM: 'FLIX',
   COIN_MINIMAL_DENOM: 'uflix',
   COIN_DECIMALS: 6,
   PREFIX: 'omniflix',
   COIN_TYPE: 118,
   COINGECKO_ID: '-',
   GAS_PRICE_STEP_LOW: 0.0025,
   GAS_PRICE_STEP_AVERAGE: 0.025,
   GAS_PRICE_STEP_HIGH: 0.04,
   FEATURES: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go'],
};
  1. start app
yarn start

insync's People

Contributors

srikanthsoparla avatar harish551 avatar 5iddy avatar srikanthreddy555 avatar poojachigitey avatar volkavich avatar svabhishek avatar dakshavalidator avatar vasavimahajan avatar dayakarreddyn 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.