{"id":13572749,"url":"https://github.com/cosmostation/suikotlin","last_synced_at":"2026-01-19T06:35:29.287Z","repository":{"id":63423574,"uuid":"567774606","full_name":"cosmostation/suikotlin","owner":"cosmostation","description":"SUI Android SDK(beta)","archived":false,"fork":false,"pushed_at":"2024-10-01T04:04:22.000Z","size":175,"stargazers_count":11,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T11:36:49.011Z","etag":null,"topics":["android","blockchain","kotlin","sui"],"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/cosmostation.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-18T14:47:52.000Z","updated_at":"2025-03-24T02:03:26.000Z","dependencies_parsed_at":"2025-04-04T11:41:32.725Z","dependency_job_id":null,"html_url":"https://github.com/cosmostation/suikotlin","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/cosmostation/suikotlin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmostation%2Fsuikotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmostation%2Fsuikotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmostation%2Fsuikotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmostation%2Fsuikotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosmostation","download_url":"https://codeload.github.com/cosmostation/suikotlin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmostation%2Fsuikotlin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28562406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","blockchain","kotlin","sui"],"created_at":"2024-08-01T15:00:18.891Z","updated_at":"2026-01-19T06:35:29.273Z","avatar_url":"https://github.com/cosmostation.png","language":"Kotlin","funding_links":[],"categories":["SDKs"],"sub_categories":["Sui SDKs"],"readme":"# sui kotlin\n\nAndroid SDK for Sui\n\n## Requirement\n\n* Android API 26\n* Kotlin\n\n## Dependency\n\n```\nimplementation 'com.github.cosmostation:suikotlin:0.3.0'\n```\n\n\n## Initialize\n\nInitialize for security.\n\n```kotlin\nSuiClient.initialize(applicationContext)\n```\n\n## API\n\nUsing api like below.\n```kotlin\nSuiCLient.instance.{API}\n```\n\n### Generate new mnemonic\n```kotlin\nfun generateMnemonic(): String\n```\n\n### Get address from mnemonic\n```kotlin\nfun getAddress(mnemonic: String): String\n```\n\n### Get address from KeyPair\n```kotlin\nfun getAddress(keyPair: EdDSAKeyPair): String\n```\n\n### Get KeyPair from mnemonic\n```kotlin\nfun getKeyPair(mnemonic: String): EdDSAKeyPair\n```\n\n### Sign data bytearray with KeyPair\n```kotlin\nfun sign(keyPair: EdDSAKeyPair, data: ByteArray): ByteArray\n```\n\n### Get objects by address\n```kotlin\nsuspend fun getObjectsByOwner\n```\n\n### Get object details from sui objects\n```kotlin\nsuspend fun getObjectDetails\n```\n\n### Get transactions\n```kotlin\nsuspend fun getTransactions\n```\n\n### Get transaction details from transaction digests\n```kotlin\nsuspend fun getTransactionDetails\n```\n\n### Fetch custom request(support sui json-rpc specs.)\n```kotlin\nsuspend fun fetchCustomRequest(requests: JsonRpcRequest): JsonRpcResponse\n```\n\n### Fetch custom request list(support sui json-rpc specs.) : Batch not working\n```kotlin\nsuspend fun fetchCustomRequests(requests: List\u003cJsonRpcRequest\u003e): List\u003cJsonRpcResponse\u003e\n```\n\n### Faucet\n```kotlin\nsuspend fun faucet\n```\n\n### Transfer object\n```kotlin\nsuspend fun transferObject\n```\n\n### Move Call\n```kotlin\nsuspend fun moveCall\n```\n\n### Transfer sui\n```kotlin\nsuspend fun transferSui\n```\n\n### Execute signed transaction\n```kotlin\nsuspend fun executeTransaction\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmostation%2Fsuikotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmostation%2Fsuikotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmostation%2Fsuikotlin/lists"}