{"id":22642724,"url":"https://github.com/bit-nation/bitnation-pangea-mobile","last_synced_at":"2025-07-27T00:34:48.506Z","repository":{"id":86732675,"uuid":"114816170","full_name":"Bit-Nation/BITNATION-Pangea-mobile","owner":"Bit-Nation","description":"Pangea iOS and Android repository","archived":false,"fork":false,"pushed_at":"2019-11-11T13:49:13.000Z","size":46857,"stargazers_count":53,"open_issues_count":34,"forks_count":13,"subscribers_count":20,"default_branch":"develop","last_synced_at":"2025-04-11T23:37:04.689Z","etag":null,"topics":["android","ios","react-native","solidity"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bit-Nation.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"security-bitnation.co.key.pub","support":null,"governance":null}},"created_at":"2017-12-19T22:11:43.000Z","updated_at":"2025-01-11T00:43:19.000Z","dependencies_parsed_at":"2023-10-20T18:27:51.223Z","dependency_job_id":null,"html_url":"https://github.com/Bit-Nation/BITNATION-Pangea-mobile","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/Bit-Nation/BITNATION-Pangea-mobile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bit-Nation%2FBITNATION-Pangea-mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bit-Nation%2FBITNATION-Pangea-mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bit-Nation%2FBITNATION-Pangea-mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bit-Nation%2FBITNATION-Pangea-mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bit-Nation","download_url":"https://codeload.github.com/Bit-Nation/BITNATION-Pangea-mobile/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bit-Nation%2FBITNATION-Pangea-mobile/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267276977,"owners_count":24063219,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"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":["android","ios","react-native","solidity"],"created_at":"2024-12-09T05:08:16.040Z","updated_at":"2025-07-27T00:34:48.489Z","avatar_url":"https://github.com/Bit-Nation.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![bnlogo](https://user-images.githubusercontent.com/17184469/56120692-f43a1800-5f6e-11e9-84c1-28de2a9c086b.png)\n\n\n# The BITNATION Pangea Blockchain Jurisdiction - Android and iOS repository\n\n[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n[![Build Status](https://app.bitrise.io/app/6902c0cb8904f70e/status.svg?token=bWiliDDZJ3pDax2f4zA0Sg\u0026branch=develop)\n\nOn Bitnation’s Blockchain Jurisdiction you can: * create smart contract agreements through an end-to-end encrypted chat interfce * join, leave and create opt-in nations and communities * buy and sell governance services or products peer-to-peer. Our core technology principles are: * open-source software * blockchain agnostic backend * end-to-end encrypted communications.\n\n\u003cimg width=\"1044\" alt=\"Screen Shot 2019-03-15 at 23 24 49\" src=\"https://user-images.githubusercontent.com/17184469/56120406-534b5d00-5f6e-11e9-9ed3-676fc5365997.png\"\u003e\n\n\n\n## Table of Contents\n\n- [Security](#security)\n- [Install](#install)\n- [Usage](#usage)\n- [API](#api)\n- [Maintainers](#maintainers)\n- [Project Boards](#project-boards)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Security\nIf you find a bug / vulnerability please DO NOT open an issue. Write to `security@bitnation.co` PLEASE use [this](security-bitnation.co.key.pub) PGP key to encrypt your report / email.\n\n## Install\n\n__Requirements__\n\n* Node 8.x - Node 10+ is [not supported by realm yet](https://github.com/realm/realm-js/issues/1857). \n\n* Android Studio 3.1+ (If NDK is not installed, this version requirement may be more relaxed).\n\n* [Panthalassa](https://github.com/Bit-Nation/panthalassa) binary, also covered below in instructions.\n\nSupported Operating Systems: MacOS, Linux (Android only).  \nWindows is unsupported, but may work. Please open a well-documented issue anyway if you have problems building under Windows.\n\n__Project setup__\n\n1. Clone the repo\n2. Run `npm install`\n3. Copy `.env.dev.example` to `.env`. Set `PRODUCTION` to true/false.\n4. Copy `.dev.config.default.yaml` to `.dev.config.yaml`, and change any necessary values.\n5. Run `./scripts/check.env.sh` to determine if you are missing anything. This is still a new script, so there could be false negatives.\n \n__IOS specific__\n1. Get [cocoapods](https://cocoapods.org/)\n2. Go to the `ios` folder\n3. Run `pod install`\n4. Place a compiled version of https://github.com/Bit-Nation/panthalassa into ios/Frameworks/panthalassa.framework\n5. Go back to the project root and run `npm run ios`\n\n__Android specific__\n1. Place a compiled version of https://github.com/Bit-Nation/panthalassa into android/panthalassa/panthalassa.aar\n2. Run `npm run android`\n3. Run `npm run android:log` (requires lnav) to view runtime logs. \n\n__Desktop client (internal/ community testing pase)__\nThe Linux, Windows and Mac desktop client is a different piece of software than the mobile app, currently. It's still in early development, worth checking out for comparison. You can install it from the [website](http://bitnationapi.azurewebsites.net/downloads/).\n\n## Usage\n\n__Git \u0026 best practice__\n\n- We use [this](http://nvie.com/posts/a-successful-git-branching-model/) branching model. Make sure to read it.\n- PLEASE prefix your commits with a topic like this: `[git] blacklisted .idea`\n- Write tests for your code\n\n\n## API\n\u003e If you would like to develop a DApp for Pangea please checkout [this part](https://bitnation-pangea-mobile.readthedocs.io/) of the documentation\n\n## Maintainers\n\n[Susanne Tarkowski Tempelhof](https://github.com/xsttx)  \n[Thiago Souza](https://github.com/ThiagoVSouza)\n\n\n## Project Boards\n\nWe use PivotalTracker for project management. As of 12/7/2018, our primary board is open to the public.  \nApp - https://www.pivotaltracker.com/projects/2204148  \nArchitecture - https://www.pivotaltracker.com/projects/2213396  \n\n## Contribute\n\nPull requests are accepted.\n\nSmall note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n**Support our work** with **ETH** and **XPAT**:\n\nThe Bitnation Pangea Jurisdiction is a **free** and **open source project**\n\nETH address: 0xCDE042543307966bc16Eff3cDca4d32B23408C4c\n\nXPAT address: 0xCDE042543307966bc16Eff3cDca4d32B23408C4c\n\nThe funds will be transferred to a DBVN structure where you can vote on development prorities proposals, after the release v. 1.1 of the Desktop client spring 2019. Until then you can add your proposal suggestions on [consider.it](https://tse.bitnation.co/)\n\n## License\n\nMIT © 2018 Bitnation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbit-nation%2Fbitnation-pangea-mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbit-nation%2Fbitnation-pangea-mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbit-nation%2Fbitnation-pangea-mobile/lists"}