{"id":18429312,"url":"https://github.com/asset-projects/walletconnect-signer","last_synced_at":"2026-03-05T02:31:46.394Z","repository":{"id":118637518,"uuid":"444251308","full_name":"asset-projects/walletconnect-signer","owner":"asset-projects","description":"This will be a minimal app that introduces WalletConnect to a wallet created with react-native.","archived":false,"fork":false,"pushed_at":"2024-01-19T14:55:29.000Z","size":3914,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-02T06:27:20.713Z","etag":null,"topics":["crypto","ethereum","ethers","react","react-native","signature","typescript","wallet","walletconnect"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asset-projects.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-01-04T01:40:47.000Z","updated_at":"2025-01-25T22:54:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"35a665f5-e849-44a4-bdc4-6946c912ee51","html_url":"https://github.com/asset-projects/walletconnect-signer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asset-projects/walletconnect-signer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asset-projects%2Fwalletconnect-signer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asset-projects%2Fwalletconnect-signer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asset-projects%2Fwalletconnect-signer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asset-projects%2Fwalletconnect-signer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asset-projects","download_url":"https://codeload.github.com/asset-projects/walletconnect-signer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asset-projects%2Fwalletconnect-signer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30107207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"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":["crypto","ethereum","ethers","react","react-native","signature","typescript","wallet","walletconnect"],"created_at":"2024-11-06T05:16:37.565Z","updated_at":"2026-03-05T02:31:46.377Z","avatar_url":"https://github.com/asset-projects.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WalletConnect-Signer\n\nThis will be a minimal app that introduces WalletConnect to a wallet created with react-native.\n\n# Test Dapps\n\nYou can use the test decentralized applications (dapps) to verify the functionality of your WalletConnect integration. These dapps are available at:\n\nhttps://react-app.walletconnect.com/\n\nTo test, follow these steps:\n\n1. Open the test dapp in a web browser.\n2. Initiate a connection from the dapp.\n3. Scan the QR code provided by the dapp using your wallet app with WalletConnect integration.\n4. Accept the connection request in your wallet app.\n5. Interact with the dapp via your wallet app to confirm the functionality of your WalletConnect integration.\n\n# Getting Started\n\n\u003e **Note**: Make sure you have completed the [React Native - Environment Setup](https://reactnative.dev/docs/environment-setup) instructions till \"Creating a new application\" step, before proceeding.\n\n## Step 0: Setup Environment Variables\n\nThis project utilizes .env for environment variables. To create the .env file, run the following command\n\n```bash\n cp .env.template .env\n```\n\nNow, you need to obtain the WALLET_CONNECT_PROJECT_ID from the [WalletConnect Dashboard](https://walletconnect.com/) and write it into the .env file under the same key.\n\n## Step 1: Start the Metro Server\n\nFirst, you will need to start **Metro**, the JavaScript _bundler_ that ships _with_ React Native.\n\nTo start Metro, run the following command from the _root_ of your React Native project:\n\n```bash\n# using npm\nnpm start\n\n# OR using Yarn\nyarn start\n```\n\n## Step 2: Start your Application\n\nLet Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _root_ of your React Native project. Run the following command to start your _Android_ or _iOS_ app:\n\n### For Android\n\n```bash\n# using npm\nnpm run android\n\n# OR using Yarn\nyarn android\n```\n\n### For iOS\n\n```bash\n# using npm\nnpm run ios\n\n# OR using Yarn\nyarn ios\n```\n\nIf everything is set up _correctly_, you should see your new app running in your _Android Emulator_ or _iOS Simulator_ shortly provided you have set up your emulator/simulator correctly.\n\nThis is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.\n\n## Step 3: Modifying your App\n\nNow that you have successfully run the app, let's modify it.\n\n1. Open `App.tsx` in your text editor of choice and edit some lines.\n2. For **Android**: Press the \u003ckbd\u003eR\u003c/kbd\u003e key twice or select **\"Reload\"** from the **Developer Menu** (\u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (on Window and Linux) or \u003ckbd\u003eCmd ⌘\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (on macOS)) to see your changes!\n\n   For **iOS**: Hit \u003ckbd\u003eCmd ⌘\u003c/kbd\u003e + \u003ckbd\u003eR\u003c/kbd\u003e in your iOS Simulator to reload the app and see your changes!\n\n## References\n\n- [WalletConnect's React Native Installation Guide](https://docs.walletconnect.com/2.0/reactnative/web3wallet/Installation)\n- [WalletConnect's React Native Examples on GitHub](https://github.com/WalletConnect/react-native-examples)\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasset-projects%2Fwalletconnect-signer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasset-projects%2Fwalletconnect-signer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasset-projects%2Fwalletconnect-signer/lists"}