Git Product home page Git Product logo

staking-ui'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.dev/OmniFlix/insync.git
cd insync
yarn
  1. update chain config

NOTE: below is the chain config for juno mainnet

src/config.js

export const config = {
   RPC_URL: 'https://rpc.juno.omniflix.co',
   REST_URL: 'https://api.juno.omniflix.co',
   EXPLORER_URL: 'https://www.mintscan.io/juno',
   NETWORK_NAME: 'Juno',
   NETWORK_TYPE: 'mainnet',
   CHAIN_ID: 'juno-1',
   CHAIN_NAME: 'Juno',
   COIN_DENOM: 'JUNO',
   COIN_MINIMAL_DENOM: 'ujuno',
   COIN_DECIMALS: 6,
   PREFIX: 'juno',
   COIN_TYPE: 118,
   COINGECKO_ID: 'juno-network',
   GAS_PRICE_STEP_LOW: 0.01,
   GAS_PRICE_STEP_AVERAGE: 0.025,
   GAS_PRICE_STEP_HIGH: 0.04,
};
  1. start app
yarn start

staking-ui's People

Contributors

dayakarreddyn avatar harish551 avatar jakehartnell avatar jhernandezb avatar josefleventon avatar shanev avatar srikanthsoparla avatar svabhishek avatar

Stargazers

 avatar  avatar  avatar

staking-ui's Issues

Add hints for lp apr

A lot of questions on telegram and discord on why Osmosis pool APR is different from LP APR shown in Stargaze.

Display a hint: External rewards (like Stars) are not included in the Osmosis pool APR. The APR displayed here includes all rewards.

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.