Skip to content

Latest commit

 

History

History
84 lines (62 loc) · 2.7 KB

README.md

File metadata and controls

84 lines (62 loc) · 2.7 KB

Resolute

Resolute is your gateway to the Cosmos ecosystem. It enables users to seamlessly interact with any blockchain built using the Cosmos SDK stack, all while using the wallet of their choice. Whether you're a developer, validator, or an everyday user, Resolute offers a streamlined experience to connect and engage with the diverse Cosmos universe.

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

Prerequisites

  1. Install node 18.0.0 or above

Install deps

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

Environment variables

Rename .env.example to .env and set backend sever URI NEXT_PUBLIC_APP_API_URI.

Backend server setup: Set up backend server.

Set Squid ID NEXT_PUBLIC_SQUID_ID, You can get Squid ID from here Squid ID

To use Cosmwasm contracts set NEXT_PUBLIC_DUMMY_WALLET_MNEMONIC.

Set Squid ID NEXT_PUBLIC_SQUID_ID, You can get Squid ID from here Squid ID

To use Cosmwasm contracts set NEXT_PUBLIC_DUMMY_WALLET_MNEMONIC.

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.

How to add a new network to available networks

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.
  3. Open the server/networks.json file and add the new network configuration.
  4. Add the token denom and coingecko-id in backend for token price. (Refer: Set up backend server)

License

Released under the License.