{"id":13421696,"url":"https://github.com/rainbow-me/rainbow","last_synced_at":"2026-01-16T12:27:41.830Z","repository":{"id":37251431,"uuid":"176777353","full_name":"rainbow-me/rainbow","owner":"rainbow-me","description":"🌈‒ the Ethereum wallet that lives in your pocket ","archived":false,"fork":false,"pushed_at":"2025-05-12T17:32:12.000Z","size":247508,"stargazers_count":4087,"open_issues_count":21,"forks_count":660,"subscribers_count":68,"default_branch":"develop","last_synced_at":"2025-05-12T17:36:15.330Z","etag":null,"topics":["defi","ethereum","ethereum-wallet","rainbow","react-native"],"latest_commit_sha":null,"homepage":"https://rainbow.me","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/rainbow-me.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"audit-ci.jsonc","citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-03-20T16:46:57.000Z","updated_at":"2025-05-12T17:32:15.000Z","dependencies_parsed_at":"2024-03-18T14:51:53.669Z","dependency_job_id":"56e7d9fa-94e3-4bc5-923c-c85a2f8c942c","html_url":"https://github.com/rainbow-me/rainbow","commit_stats":{"total_commits":7284,"total_committers":74,"mean_commits":98.43243243243244,"dds":0.7624931356397584,"last_synced_commit":"71eb13f7c3d0527b1d17381239d17b9dad30b939"},"previous_names":[],"tags_count":502,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbow-me%2Frainbow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbow-me%2Frainbow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbow-me%2Frainbow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rainbow-me%2Frainbow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rainbow-me","download_url":"https://codeload.github.com/rainbow-me/rainbow/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254010792,"owners_count":21998993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["defi","ethereum","ethereum-wallet","rainbow","react-native"],"created_at":"2024-07-30T23:00:28.475Z","updated_at":"2026-01-16T12:27:41.777Z","avatar_url":"https://github.com/rainbow-me.png","language":"TypeScript","funding_links":[],"categories":["Open Source Project","TypeScript","Asset Management","React Native Project Showcase","Applications","Misc","Finance"],"sub_categories":["Risk Management","Flutter SDK / Libraries","React Native","Cryptocurrency","Database"],"readme":"![](https://pbs.twimg.com/profile_banners/1103191459409420288/1573207178/1500x500)\n\n### 🌈️ Rainbow\n\n\u003e the Ethereum wallet that lives in your pocket!\n\n📲️ [Available on the iOS App Store.](https://apps.apple.com/app/apple-store/id1457119021?pt=119997837\u0026ct=github\u0026mt=8)\n\n🤖 [Android available on the Google Play Store](https://play.google.com/store/apps/details?id=me.rainbow\u0026utm_campaign=gh\u0026utm_source=referral\u0026utm_medium=gh)\n\n💻 [Browser extension available on](https://rainbow.me/download?utm_campaign=gh\u0026utm_source=referral\u0026utm_medium=gh), [Chrome](https://chrome.google.com/webstore/detail/rainbow/opfgelmcmbiajamepnmloijbpoleiama?utm_campaign=gh\u0026utm_source=referral\u0026utm_medium=gh), [Brave](https://chrome.google.com/webstore/detail/rainbow/opfgelmcmbiajamepnmloijbpoleiama?utm_campaign=gh\u0026utm_source=referral\u0026utm_medium=gh), [Edge](https://chrome.google.com/webstore/detail/rainbow/opfgelmcmbiajamepnmloijbpoleiama?utm_campaign=gh\u0026utm_source=referral\u0026utm_medium=gh), [FireFox](https://addons.mozilla.org/en-US/firefox/addon/rainbow-extension/?utm_campaign=gh\u0026utm_source=referral\u0026utm_medium=gh), and [Arc](https://chrome.google.com/webstore/detail/rainbow/opfgelmcmbiajamepnmloijbpoleiama?utm_campaign=gh\u0026utm_source=referral\u0026utm_medium=gh).\n\n🐦️ [Follow us on Twitter](https://twitter.com/rainbowdotme)\n\n## Setup\n\n### General\n\n- Install NVM or Node.js 18: https://github.com/creationix/nvm\n- Install all project dependencies with `yarn setup`\n\n### MacOS\n\n1. Install the [latest version of XCode](https://developer.apple.com/xcode/).\n\n2. Install Watchman:\n\n   ```shell\n   brew install watchman\n   ```\n\n3. Install CocoaPods:\n\n   ```shell\n   sudo gem install cocoapods\n   ```\n\n4. Install the required bundles and Pods for this project:\n   ```shell\n   yarn install-bundle \u0026\u0026 yarn install-pods\n   ```\n\n### Linux\n\n1. Install system dependencies:\n\n   ```shell\n   sudo apt install libsecret-tools watchman\n   ```\n\n2. Follow the [React Native environment setup\n   instructions](https://reactnative.dev/docs/environment-setup) carefully,\n   which will involve installing Android Studio, the Android SDK, the emulator,\n   etc. and making them available in your `$PATH`.\n\n3. Ensure at least one [AVD\n   image](https://developer.android.com/studio/run/managing-avds) is available\n   for the emulator (unless using a physical device).\n\n## Developing\n\nIf you are new to React Native, this is a helpful introduction:\nhttps://reactnative.dev/docs/getting-started\n\n### Preflight\n\n1. Run `nvm use` to force Node.js v18.\n\n2. Set up your .env file, use our env.example as a guide.\n\n   **_Note that some features are currently not accessible, we are working with our Data Providers in order to provide open source API Keys!_**\n\n   Here are some resources to generate your own API keys:\n\n   - Etherscan: https://etherscan.io/apis\n   - Infura: https://infura.io/\n   - ETH Gas Station: https://docs.ethgasstation.info/\n   - Imgix: https://www.imgix.com/\n\n3. Ensure a `google-services.json` has been added to the relevant project\n   directory/directories so the compile will not fail.\n\n   This can either be the live Google Services config (for internal development)\n   or a self-provided config for a personal Firebase project (third-party\n   contributors) registered under the package name `me.rainbow`.\n\n### MacOS\n\n_Note: Darwin versions of the application can only be developed/built on Darwin\nplatforms with XCode._\n\n1. Start a React Native webserver with:\n\n   ```shell\n   yarn start\n   ```\n\n2. Open `rainbow-wallet/ios/Rainbow.xcworkspace` in XCode.\n\n3. Run the project by clicking the play button.\n\n### Linux\n\n_Note: Linux development environments cannot develop or build Darwin versions of the\nproject._\n\n1. Start a React Native webserver with:\n\n   ```shell\n   yarn start\n   ```\n\n2. Build/install/start the debug version of the app in an emulator with:\n   ```shell\n   yarn android\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainbow-me%2Frainbow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frainbow-me%2Frainbow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frainbow-me%2Frainbow/lists"}