davepuchyr / resolute

Resolute

Home Page:https://resolute.vitwit.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolute

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

  • Staking
  • Bank
  • Governance
  • Authz
  • Airdrops
  • Multisig
  • Feegrant
  • Groups
  • IBC Transfer
  • Cross chain swaps
  • Interchain Accounts
  • Cosmwasm contracts

Adding new network

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

  1. Open the frontend/chains directory.
  2. Create a new <chainname>.json file. You can refer to the existing examples in the frontend/chains folder.

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 REACT_APP_API_URI

Start in DEV Mode

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

$ cd frontend
$ yarn start

Testing

$ cd frontend
$ yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Production Build

$ cd frontend
$ yarn build

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.

Start with Docker

$ make docker-run
# Open the browser with http://localhost:8081

License

Released under the Apache 2.0 License.

About

Resolute

https://resolute.vitwit.com/

License:Apache License 2.0


Languages

Language:JavaScript 82.4%Language:TypeScript 14.6%Language:Go 2.7%Language:CSS 0.2%Language:HTML 0.1%Language:Makefile 0.1%Language:Dockerfile 0.0%