{"id":30896915,"url":"https://github.com/circlefin/modularwallets-android-sdk","last_synced_at":"2025-09-08T23:47:51.987Z","repository":{"id":279173684,"uuid":"890337061","full_name":"circlefin/modularwallets-android-sdk","owner":"circlefin","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-24T13:59:55.000Z","size":203,"stargazers_count":4,"open_issues_count":0,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-24T18:13:22.841Z","etag":null,"topics":["java","sdk"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/circlefin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-18T11:58:05.000Z","updated_at":"2025-07-24T13:59:51.000Z","dependencies_parsed_at":"2025-02-24T07:37:15.063Z","dependency_job_id":"d8cc0fae-4aa9-4a13-bd41-de58aec1a752","html_url":"https://github.com/circlefin/modularwallets-android-sdk","commit_stats":null,"previous_names":["circlefin/modularwallets-android-sdk"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/circlefin/modularwallets-android-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circlefin%2Fmodularwallets-android-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circlefin%2Fmodularwallets-android-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circlefin%2Fmodularwallets-android-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circlefin%2Fmodularwallets-android-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/circlefin","download_url":"https://codeload.github.com/circlefin/modularwallets-android-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circlefin%2Fmodularwallets-android-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231140,"owners_count":25245675,"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-09-08T02:00:09.813Z","response_time":121,"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":["java","sdk"],"created_at":"2025-09-08T23:47:49.640Z","updated_at":"2025-09-08T23:47:51.972Z","avatar_url":"https://github.com/circlefin.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# modularwallets-android-sdk\n\n## Installation\nAdd the maven repository to your gradle file. It's suggested that load settings from `local.properties`:\n```gradle\nrepositories {\n\t...\n\tmaven { \n        \tProperties properties = new Properties()\n\t\t// Load local.properties.\n        \tproperties.load(new File(rootDir.absolutePath + \"/local.properties\").newDataInputStream())\n\t\t\t\n\t\turl properties.getProperty('mwsdk.maven.url')\n\t\tcredentials {\n        \t\tusername properties.getProperty('mwsdk.maven.username')\n        \t\tpassword properties.getProperty('mwsdk.maven.password')\n\t\t}\n\t}\n}\n```\nAdd the maven setting values in `local.properties` file:\n```properties\nmwsdk.maven.url=https://maven.pkg.github.com/circlefin/modularwallets-android-sdk\nmwsdk.maven.username=\u003cGITHUB_USERNAME\u003e\n# Fine-grained personal access tokens or classic with package write permission.\nmwsdk.maven.password=\u003cGITHUB_PAT\u003e \n\n```\n\nAdd the dependency:\n\n```gradle\ndependencies {\n\timplementation 'circle.modularwallets:core:version'\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirclefin%2Fmodularwallets-android-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcirclefin%2Fmodularwallets-android-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirclefin%2Fmodularwallets-android-sdk/lists"}