{"id":36684763,"url":"https://github.com/vitwit/resolute","last_synced_at":"2026-01-12T11:11:55.112Z","repository":{"id":58508062,"uuid":"485094750","full_name":"vitwit/resolute","owner":"vitwit","description":"Resolute","archived":false,"fork":false,"pushed_at":"2025-07-07T14:31:17.000Z","size":74109,"stargazers_count":22,"open_issues_count":39,"forks_count":22,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-07T15:42:32.834Z","etag":null,"topics":["cosmjs","cosmos","react"],"latest_commit_sha":null,"homepage":"https://resolute.vitwit.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vitwit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-24T17:32:06.000Z","updated_at":"2025-06-26T05:03:16.000Z","dependencies_parsed_at":"2023-02-17T02:00:30.285Z","dependency_job_id":"cb4bb636-fa5c-4a36-bc47-915b93a4a152","html_url":"https://github.com/vitwit/resolute","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/vitwit/resolute","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitwit%2Fresolute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitwit%2Fresolute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitwit%2Fresolute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitwit%2Fresolute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitwit","download_url":"https://codeload.github.com/vitwit/resolute/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitwit%2Fresolute/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cosmjs","cosmos","react"],"created_at":"2026-01-12T11:11:52.755Z","updated_at":"2026-01-12T11:11:55.104Z","avatar_url":"https://github.com/vitwit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Resolute\nResolute 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.\n\nSupported features:\n\n- [x] Overview\n- [x] Staking\n- [x] Bank\n- [x] Governance\n- [x] Multisig\n- [x] IBC Transfer\n- [x] IBC Swap\n- [x] Authz\n- [x] Feegrant\n- [x] Cosmwasm contracts\n- [x] Multi-Message Transaction Builder\n- [ ] Airdrops\n- [ ] Groups\n- [x] Cross chain swaps\n- [ ] Interchain Accounts\n\n## Prerequisites\n\n1. Install node 18.0.0 or above\n\n## Install deps \n```bash\n# clone the repo with git and checkout to v2.0.0\n$ git clone https://github.com/vitwit/resolute.git\n$ cd resolute\n$ git checkout v2.0.0\n$ cd frontend\n$ yarn\n```\n\n## Environment variables\n\nRename `.env.example` to `.env` and set backend sever URI `NEXT_PUBLIC_APP_API_URI`.\n\nBackend server setup: [Set up backend server](./BACKEND_SERVER_README.md).\n\nSet Squid ID `NEXT_PUBLIC_SQUID_ID`, You can get Squid ID from here [Squid ID](https://squidrouter.typeform.com/integrator-id?typeform-source=docs.squidrouter.com)\n\nTo use Cosmwasm contracts set `NEXT_PUBLIC_DUMMY_WALLET_MNEMONIC`.\n\nSet Squid ID `NEXT_PUBLIC_SQUID_ID`, You can get Squid ID from here [Squid ID](https://squidrouter.typeform.com/integrator-id?typeform-source=docs.squidrouter.com)\n\nTo use Cosmwasm contracts set `NEXT_PUBLIC_DUMMY_WALLET_MNEMONIC`.\n\n## Start in DEV Mode\nRuns the app in the development mode.\u003cbr /\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n```bash\n$ cd frontend\n$ yarn dev\n```\n\n## Production Build \n```bash\n$ cd frontend\n$ yarn build\n$ yarn start\n```\n\nBuilds the app for production to the `build` folder.\u003cbr /\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr /\u003e\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n\n## How to add a new network to available networks\n\nTo add a new network to Resolute, please follow these steps:\n\n1. Open the `frontend/src/utils/chainInfo.ts` file. \n2. Add the new network configuration to the networks list. You can refer to the existing network configurations.\n3. Open the `server/networks.json` file and add the new network configuration.\n4. Add the token denom and coingecko-id in backend for token price. (Refer: [Set up backend server](./BACKEND_SERVER_README.md))\n\n## License\nReleased under the [License](https://github.com/vitwit/resolute/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitwit%2Fresolute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitwit%2Fresolute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitwit%2Fresolute/lists"}