{"id":19139924,"url":"https://github.com/arcblock/walletkit-android-helper","last_synced_at":"2025-10-13T09:07:58.930Z","repository":{"id":96025756,"uuid":"298719031","full_name":"ArcBlock/walletkit-android-helper","owner":"ArcBlock","description":"This repo will show you how to create a wallet with ArcBlock WalletKit.","archived":false,"fork":false,"pushed_at":"2020-10-20T13:50:31.000Z","size":138,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-22T18:50:58.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/ArcBlock.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":"2020-09-26T02:08:09.000Z","updated_at":"2022-03-13T16:01:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"3dde45e8-0daf-44a2-a7fc-b381d1487bfe","html_url":"https://github.com/ArcBlock/walletkit-android-helper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ArcBlock/walletkit-android-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fwalletkit-android-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fwalletkit-android-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fwalletkit-android-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fwalletkit-android-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArcBlock","download_url":"https://codeload.github.com/ArcBlock/walletkit-android-helper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArcBlock%2Fwalletkit-android-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014482,"owners_count":26085535,"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-10-13T02:00:06.723Z","response_time":61,"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":[],"created_at":"2024-11-09T07:15:39.870Z","updated_at":"2025-10-13T09:07:58.911Z","avatar_url":"https://github.com/ArcBlock.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ArcBlock WalletKit Android Helper\n\nThis repo will show you how to create a wallet with ArcBlock WalletKit.\n\n## Step 1: Config Dependencies\n\nAdd maven repository\n\n```\nallprojects {\n  repositories {\n    ....\n    maven {\n      url \"http://android-docs.arcblock.io/release\"\n    }\n  }\n}\n```\n\nThen add dependencies\n\n```\nimplementation(\"com.google.protobuf:protobuf-java:3.6.1\")\nimplementation(\"com.arcblock.corekit:absdkcorekit:0.4.1\"){\n  exclude module: \"jsr305\"\n  exclude module: \"jsr250-api\"\n  exclude module: 'jackson-core'\n  exclude module: 'jackson-annotations'\n  exclude module: 'jackson-databind'\n}\nimplementation(\"io.arcblock.walletkit:chainkit:0.4.14\")\nimplementation(\"io.arcblock.walletkit:walletkit:0.4.15\") {\n  exclude module: 'protobuf-lite'\n  exclude group: 'com.google.protobuf'\n  exclude module: 'jackson-core'\n  exclude module: 'jackson-annotations'\n  exclude module: 'jackson-databind'\n  exclude group: 'org.ow2.asm'\n}\n```\n\nAdd packagingOptions\n\n\u003e This will fix INSTALL_FAILED_NO_MATCHING_ABIS error\n\n```\nandroid{\n  ...\n  packagingOptions {\n    exclude 'lib/x86_64/darwin/libscrypt.dylib'\n    exclude 'lib/x86_64/freebsd/libscrypt.so'\n    exclude 'lib/x86_64/linux/libscrypt.so'\n  }\n}\n```\n\n## Step2: Config AndroidManifest.xml\n\n```\n\u003cuses-permission android:name=\"android.permission.INTERNET\"/\u003e\n\u003cuses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\"/\u003e\n\u003cuses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/\u003e\n```\n\n## Step3: View The Demo Code\n\n[Demo Code](./app/src/main/java/com/arcblock/whepler/MainActivity.kt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcblock%2Fwalletkit-android-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcblock%2Fwalletkit-android-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcblock%2Fwalletkit-android-helper/lists"}