Git Product home page Git Product logo

resolute's Introduction

Resolute

Resolute is an advanced spacecraft designed to travel through the multiverse, connecting all Cosmos sovereign chains. Supported features:

  • Overview
  • Staking
  • Bank
  • Governance
  • Multisig
  • IBC Transfer
  • IBC Swap
  • Authz
  • Feegrant
  • Cosmwasm contracts
  • Multi-Message Transaction Builder
  • Airdrops
  • Groups
  • Cross chain swaps
  • Interchain Accounts

Adding new network

To add a new network to Resolute, please follow these steps:

  1. Open the frontend/src/utils/chainInfo.ts file.
  2. Add the new network configuration to the networks list. You can refer to the existing network configurations.

Prerequisites

  1. Install node 18.0.0 or above

For older version

Use release/v1.x branch

Install deps

# clone the repo with git and checkout to master
$ git clone https://github.com/vitwit/resolute.git
$ cd resolute
$ git checkout master
$ cd frontend
$ yarn

Environment variables

Create .env file and set multisig backend URI NEXT_PUBLIC_APP_API_URI You can setup your own multisig server in Set up multisig server.

Start in DEV Mode

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

$ cd frontend
$ yarn dev

Production Build

$ cd frontend
$ yarn build
$ yarn start

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

License

Released under the Apache 2.0 License.

resolute's People

Contributors

akhilkumarpilli avatar aleem1314 avatar anilcse avatar charymalloju avatar dependabot[bot] avatar gsk967 avatar hemanthghs avatar pavania1 avatar teja2045 avatar williamchong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

resolute's Issues

add address book

If possible try to get the address list from keplr address book

authz: add global authz state

Summary

When user switches to authz mode.

  • Fetch all networks authz grants for the account and save them in the state.

feegrant

UI

  • Add loader & display error message #8
  • Add loading while executing transactions #8
  • Add feegrant info dialog (pending filtered allowance) #202
  • Add periodic fee allowance screen #8
  • Add filtered fee allowance screen #202
  • Add use feegrant to all other transcations.

Keplr

  • periodic fee allowance #8
  • filtered fee allowance #202
  • Use feegrant (Needs cosmjs to include fee payer).

fix keplr warnings

Summary

Fix Keplr related warnings

contentScripts.bundle.js:2 The `gasPriceStep` field of the `ChainInfo` has been moved under `feeCurrencies`. This is automatically handled as of right now, but the upcoming update would potentially cause errors.
contentScripts.bundle.js:2 The `coinType` field of the `ChainInfo` is removed. This is automatically handled as of right now, but the upcoming update would potentially cause errors.

staking

UI

  • Display pending rewards in delegations section. #8
  • Add loading & display error message. #10
  • Add delegation actions dialog. #8

Keplr integration

  • Delegate txn #8
  • Redelegate txn #8
  • Withdraw rewards txn #8

add group module support

Add group module support for v0.46.x chains.

  • Basic setup #67
  • #129
  • #130
  • #132
  • #134
  • Add decision policy
  • Update group members (add and remove)
  • Leave Group
  • Update decision policy
  • Update group admin
  • Submit proposal
  • Execute proposal
  • Update group information (Ex: metadata)
  • Update decision policy metadata
  • Generate group module proto files #133

Group details page

Add new group details page /group/{groupId}.

This page contains

  • Group information
    • API /cosmos/group/v1/group_info/{group_id}
  • Group members list
    • API /cosmos/group/v1/group_members/{group_id}
  • Group policies list
    • API /cosmos/group/v1/group_policies_by_group/{group_id}

configure authz granter in each page

Summary

If user switches to the authz mode, ask him select granter account if there are any. Check governance page for reference

  • Transfers Page #516
  • Governance Page
  • Staking Page(delegate, undelegate, redelegate and withdraw rewards). #527
  • Group page
  • Feegrant page #566

feegrant: setup global feepayer account

Summary

When user select fee payer account for the network, save it in the redux state.

  • bank
  • staking
  • gov
  • authz
  • feegrant
  • unjail
  • group
  • handle account change

migrate staking to new design

Migrate staking pages to new design

  • In Staking tab add select network menu
  • Display validators and delegations based on selected network.
  • Fix delegate/undelegate/redelegate txn signing

switch to cosmos chain registry

  • Create a new npm module(registry) in the root folder.
  • Link the chain-registry repository to the registry using git subtree.
  • Write a script that generates information about the supported chains into a JSON file. Each chain's information should include the following fields. (You can find a list of these fields in the following) link.

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.