Skip to content

vitwit/resolute

Repository files navigation

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.