Skip to content

Commit

Permalink
chore: update README (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemanthghs authored May 8, 2024
1 parent 5f79032 commit 8d16582
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,23 @@ Supported features:
- [x] Governance
- [x] Multisig
- [x] IBC Transfer
- [ ] Authz
- [x] IBC Swap
- [x] Authz
- [x] Feegrant
- [x] Cosmwasm contracts
- [x] Multi-Message Transaction Builder
- [ ] Airdrops
- [ ] Feegrant
- [ ] Groups
- [ ] 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.
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

Expand All @@ -43,7 +46,7 @@ $ yarn
## Environment variables

Create .env file and set multisig backend URI `NEXT_PUBLIC_APP_API_URI`
You can setup your own mulitisig server in [Set up multisig server](./MULTISIG_SERVER_README.md).
You can setup your own multisig server in [Set up multisig server](./MULTISIG_SERVER_README.md).

## Start in DEV Mode
Runs the app in the development mode.<br />
Expand Down

0 comments on commit 8d16582

Please sign in to comment.