8000 GitHub - vitwit/resolute at server/v0.0.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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:

  • Staking
  • Bank
  • Governance
  • Authz
  • Airdrops
  • Multisig
  • Feegrant
  • IBC Transfer
  • Groups
  • ICA

Adding new network

To add mainet use one of template from the example directory and add it to the mainNets object in src/utils/networks.ts. To add testnet use one of template from the example directory and add it to the testNets object in src/utils/networks.ts.

  • If your network is already registered with Keplr use example/chain.json template.
  • To register your network with keplr use example/experimental.json template.

Install deps

# clone the repo with git and checkout to master
$ git clone https://gi
8F58
thub.com/vitwit/resolute.git
$ cd resolute
$ git checkout master
$ 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.

$ yarn start

Testing

$ yarn test

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

Production Build

$ 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

Packages

No packages published

Contributors 12

0