{"id":20841221,"url":"https://github.com/iotexproject/iotex-safe-web-core","last_synced_at":"2026-04-28T04:37:59.902Z","repository":{"id":207244487,"uuid":"596930795","full_name":"iotexproject/iotex-safe-web-core","owner":"iotexproject","description":"The new Safe web interface","archived":false,"fork":false,"pushed_at":"2025-02-24T01:18:22.000Z","size":16163,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"iotex","last_synced_at":"2025-12-28T21:53:44.312Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iotexproject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-03T08:43:14.000Z","updated_at":"2025-02-22T05:44:45.000Z","dependencies_parsed_at":"2024-09-11T08:02:25.434Z","dependency_job_id":"7fcad623-beb2-45cb-8d3f-cb4813121359","html_url":"https://github.com/iotexproject/iotex-safe-web-core","commit_stats":null,"previous_names":["protofire/iotex-web-core","iotexproject/iotex-web-core","iotexproject/iotex-safe-web-core"],"tags_count":97,"template":false,"template_full_name":null,"purl":"pkg:github/iotexproject/iotex-safe-web-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fiotex-safe-web-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fiotex-safe-web-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fiotex-safe-web-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fiotex-safe-web-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iotexproject","download_url":"https://codeload.github.com/iotexproject/iotex-safe-web-core/tar.gz/refs/heads/iotex","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotexproject%2Fiotex-safe-web-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32367021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-18T01:19:15.351Z","updated_at":"2026-04-28T04:37:59.875Z","avatar_url":"https://github.com/iotexproject.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"/public/images/logo.svg\" height=\"60\" valign=\"middle\" alt=\"Safe{Wallet}\" /\u003e\n\n[![License](https://img.shields.io/github/license/safe-global/safe-wallet-web)](https://github.com/safe-global/safe-wallet-web/blob/main/LICENSE)\n![Tests](https://img.shields.io/github/actions/workflow/status/safe-global/safe-wallet-web/test.yml?branch=main\u0026label=tests)\n![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/safe-global/safe-wallet-web)\n[![GitPOAP Badge](https://public-api.gitpoap.io/v1/repo/safe-global/safe-wallet-web/badge)](https://www.gitpoap.io/gh/safe-global/safe-wallet-web)\n\nThe default Safe web interface.\n\n## Contributing\n\nContributions, be it a bug report or a pull request, are very welcome. Please check our [contribution guidelines](CONTRIBUTING.md) beforehand.\n\n## Getting started with local development\n\n### Environment variables\n\nCreate a `.env` file with environment variables. You can use the `.env.example` file as a reference.\n\nHere's the list of all the required and optional variables:\n\n| Env variable                                           |              | Description\n| ------------------------------------------------------ | ------------ | -----------\n| `NEXT_PUBLIC_INFURA_TOKEN`                             | **required** | [Infura](https://docs.infura.io/infura/networks/ethereum/how-to/secure-a-project/project-id) RPC API token\n| `NEXT_PUBLIC_SAFE_APPS_INFURA_TOKEN`                   | optional     | Infura token for Safe Apps, falls back to `NEXT_PUBLIC_INFURA_TOKEN`\n| `NEXT_PUBLIC_IS_PRODUCTION`                            | optional     | Set to `true` to build a minified production app\n| `NEXT_PUBLIC_GATEWAY_URL_PRODUCTION`                   | optional     | The base URL for the [Safe Client Gateway](https://github.com/safe-global/safe-client-gateway)\n| `NEXT_PUBLIC_GATEWAY_URL_STAGING`                      | optional     | The base CGW URL on staging\n| `NEXT_PUBLIC_SAFE_VERSION`                             | optional     | The latest version of the Safe contract, defaults to 1.3.0\n| `NEXT_PUBLIC_WC_BRIDGE`                                | optional     | [WalletConnect v1](https://docs.walletconnect.com/1.0/bridge-server) bridge URL, falls back to the public WC bridge\n| `NEXT_PUBLIC_WC_PROJECT_ID`                            | optional     | [WalletConnect v2](https://docs.walletconnect.com/2.0/cloud/relay) project ID\n| `NEXT_PUBLIC_TENDERLY_ORG_NAME`                        | optional     | [Tenderly](https://tenderly.co) org name for Transaction Simulation\n| `NEXT_PUBLIC_TENDERLY_PROJECT_NAME`                    | optional     | Tenderly project name\n| `NEXT_PUBLIC_TENDERLY_SIMULATE_ENDPOINT_URL`           | optional     | Tenderly simulation URL\n| `NEXT_PUBLIC_BEAMER_ID`                                | optional     | [Beamer](https://www.getbeamer.com) is a news feed for in-app announcements\n| `NEXT_PUBLIC_GOOGLE_TAG_MANAGER_ID`                    | optional     | [GTM](https://tagmanager.google.com) project id\n| `NEXT_PUBLIC_GOOGLE_TAG_MANAGER_DEVELOPMENT_AUTH`      | optional     | Dev GTM key\n| `NEXT_PUBLIC_GOOGLE_TAG_MANAGER_LATEST_AUTH`           | optional     | Preview GTM key\n| `NEXT_PUBLIC_GOOGLE_TAG_MANAGER_LIVE_AUTH`             | optional     | Production GTM key\n| `NEXT_PUBLIC_SENTRY_DSN`                               | optional     | [Sentry](https://sentry.io) id for tracking runtime errors\n| `NEXT_PUBLIC_SAFE_GELATO_RELAY_SERVICE_URL_PRODUCTION` | optional     | [Safe Gelato Relay Service](https://github.com/safe-global/safe-gelato-relay-service) URL to allow relaying transactions via Gelato\n| `NEXT_PUBLIC_SAFE_GELATO_RELAY_SERVICE_URL_STAGING`    | optional     | Relay URL on staging\n| `NEXT_PUBLIC_IS_OFFICIAL_HOST`                         | optional     | Whether it's the official distribution of the app, or a fork; has legal implications. Set to true only if you also update the legal pages like Imprint and Terms of use\n| `NEXT_PUBLIC_REDEFINE_API`                             | optional     | Redefine API base URL\n\nIf you don't provide some of the optional vars, the corresponding features will be disabled in the UI.\n\n### Running the app locally\n\nInstall the dependencies:\n\n```bash\nyarn\n```\n\nRun the development server:\n\n```bash\nyarn start\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the app.\n\n## Lint\n\nESLint:\n\n```\nyarn lint --fix\n```\n\nPrettier:\n\n```\nyarn prettier\n```\n\n## Tests\n\nUnit tests:\n\n```\nyarn test --watch\n```\n\n### Cypress tests\n\nBuild and generarate a static site:\n\n```\nyarn build \u0026\u0026 yarn export\n```\n\nServe the static files:\n\n```\nyarn serve\n```\n\nLaunch the Cypress UI:\n\n```\nyarn cypress:open\n```\n\nYou can then choose which e2e tests to run.\n\n## Component template\n\nTo create a new component from a template:\n\n```\nyarn cmp MyNewComponent\n```\n\n## Frameworks\n\nThis app is built using the following frameworks:\n\n- [Safe Core SDK](https://github.com/safe-global/safe-core-sdk)\n- [Safe Gateway SDK](https://github.com/safe-global/safe-gateway-typescript-sdk)\n- Next.js\n- React\n- Redux\n- MUI\n- ethers.js\n- web3-onboard\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotexproject%2Fiotex-safe-web-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiotexproject%2Fiotex-safe-web-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotexproject%2Fiotex-safe-web-core/lists"}