{"id":22416334,"url":"https://github.com/bunsdev/thor-wallet-ios","last_synced_at":"2025-03-27T04:19:53.568Z","repository":{"id":48851972,"uuid":"510173656","full_name":"BunsDev/thor-wallet-ios","owner":"BunsDev","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-04T01:17:37.000Z","size":1812,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T09:29:26.976Z","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":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BunsDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-04T01:17:27.000Z","updated_at":"2022-07-04T01:17:42.000Z","dependencies_parsed_at":"2022-08-19T16:20:39.422Z","dependency_job_id":null,"html_url":"https://github.com/BunsDev/thor-wallet-ios","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2Fthor-wallet-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2Fthor-wallet-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2Fthor-wallet-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2Fthor-wallet-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BunsDev","download_url":"https://codeload.github.com/BunsDev/thor-wallet-ios/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245779485,"owners_count":20670688,"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":[],"created_at":"2024-12-05T15:15:46.750Z","updated_at":"2025-03-27T04:19:53.536Z","avatar_url":"https://github.com/BunsDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Official THORWallet ⚡️\nThe official wallet app for the THORChain community. Built with React-Native.\n\n![thorwallet](https://axelra-files.s3.eu-central-1.amazonaws.com/thorwallet/thorwallet.png)\n\n\n\n\n## ▶️  Usage\n### Prerequisites\n\u003e To work with React Native, you will need to have an understanding of JavaScript fundamentals.\n- Mac OS\n- Install xcode 9.4+\n-   Install node 8.3+\n-   Install JDK 8\n\n### Install\nIn case you don't have cocoapods installed, run:\n```\nsudo gem install cocoapods\n```\n\nAnd then run within the project root\n```\nyarn \u0026\u0026 cd ios \u0026\u0026 pod install\n```\n\nOpen xcode and the following file:\n`ios/thorwallet.xcworkspace`\n\nStart the iOS app\n```\nnpx react-native run-ios\n```\nor simply press the `play` button on your xcode project.\n\n\n\n## 💻  Contributing\nFollow style conventions and folder structure. If you want to actively contribute get in touch with `lp@thorwallet.org` or `sw@thorwallet.org` for being updated on our roadmap and feature list.  Any help is more than welcome!\n\n#### Folder structure\n- **assets**\n    - Any kind of assets (such as `svgs` , `fonts`, `images`, etc.)\n    - Lottie animations are supported only if exported as `.json` files\n\n- **clients**\n    - Entry point for `@xchainjs`. Each chain client is exposed as single file in the following format: `Yourclient.ts`\n    - A higher react `hook` exposes and clusters all clients together through the whole app. The hook is already memoized and reacts on network or seed phrase changes. See hook `useChainClient.ts` in `MultiChainClient.ts`\n\n- **components**\n    - This folder contains any kind of React components in the following format: `Yourcomponent.tsx`\n    - Managers\n        - Components which do not render anything (`return null`) but have some core logic within `useEffects()`\n    - Screens\n        - Final screens which get rendered and passed as props to navigators.\n\n- **helpers**\n    - Utility functions or utility hooks in the following format: `your-helper-function.ts`\n\n- **navigation**\n    - Navigation components which render screens and handle navigation logic. Entry point is `DrawerNavigator.tsx`\n\n- **store**\n    - Global states shared among the whole app. For each new state instance, create a new folder (`YourFolder`) and a file in the following format: `yourfolder-state.ts`\n    - Based on the complexity of your state instance, you can either use `redux` or `react-hooks-global-state`\n\n- **types**\n    - Typescript files which declare new types. These types are then imported and used everywhere. Format: `your-new-type.ts`\n\n- **ui** \n    - UI components with tho main folders: \n        - core\n            - Core and fundamental UI components for THORWallet in the following format: `YourUIComponent.tsx`. This folder contains components such as `Button.tsx`, `Input.tsx`, `Flex.tsx`, `Spacer.tsx`, `Checkbox.tsx` . These components are exposed with simple APIs through typed props. \n        - theme\n            - Core theme for THORWallet. This folder includes files such as `colors.ts`, `fonts.ts`, etc. \n\n## 🔖  License\nThis project is [MPL](https://github.com/THORWallet/thorwallet-react-native/blob/master/LICENSE.txt) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunsdev%2Fthor-wallet-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbunsdev%2Fthor-wallet-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunsdev%2Fthor-wallet-ios/lists"}