{"id":17966113,"url":"https://github.com/antik21/eip712","last_synced_at":"2026-04-18T06:32:35.408Z","repository":{"id":259746623,"uuid":"879329961","full_name":"Antik21/eip712","owner":"Antik21","description":"Eip712 Android library","archived":false,"fork":false,"pushed_at":"2025-01-04T12:36:27.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T08:42:17.514Z","etag":null,"topics":["android","ethereum","java","kotlin","web3j"],"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/Antik21.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":"2024-10-27T16:15:07.000Z","updated_at":"2025-01-04T12:36:30.000Z","dependencies_parsed_at":"2024-10-27T19:37:55.818Z","dependency_job_id":"d48c91b1-3d02-4e2e-bd0c-7473968a526d","html_url":"https://github.com/Antik21/eip712","commit_stats":null,"previous_names":["antik21/eip712"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antik21%2Feip712","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antik21%2Feip712/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antik21%2Feip712/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antik21%2Feip712/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Antik21","download_url":"https://codeload.github.com/Antik21/eip712/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247073146,"owners_count":20879007,"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":["android","ethereum","java","kotlin","web3j"],"created_at":"2024-10-29T13:07:40.664Z","updated_at":"2026-04-18T06:32:35.367Z","avatar_url":"https://github.com/Antik21.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ethereum EIP712 for Android\n\nEIP712 Android Library is a Kotlin-based library designed to simplify the integration of the EIP712 standard into Android applications, enabling seamless signing and structured data handling for Ethereum transactions.\n\n## Features\n\n- **EIP712 Standard**: Implements the EIP712 standard as outlined in [Ethereum Improvement Proposals](https://eips.ethereum.org/EIPS/eip-712), allowing Android apps to securely and effectively sign structured data for Ethereum smart contract interactions.\n- **Kotlin-Optimized**: Built from the ground up in Kotlin, this library fits naturally into Android projects, leveraging Kotlin’s concise and expressive syntax to create clean, maintainable code.\n- **Web3j Integration**: Utilizes the powerful [web3j library](https://github.com/hyperledger/web3j) for Ethereum blockchain operations, ensuring compatibility and ease of interaction with Ethereum smart contracts.\n\n## Getting Started\n\nTo start using EIP712 Android Library, follow the installation steps below:\n\n1. Add the library to your project’s dependencies.\n2. Configure the required Ethereum parameters in your Android application.\n3. Utilize the provided Kotlin APIs to sign structured data and interact with Ethereum smart contracts with ease.\n\n## Example Usage\n\n```kotlin\n// Example code snippet for signing a structured EIP712 message\n\nval eip712Data = SomeEip712Struct(\n    ...\n)\n\nval domain = Eip712Domain(\n        DOMAIN_NAME,\n        VERSION,\n        chainId\n    )\n\nval signature = signer.signTypedData(domain, eip712Data.value)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantik21%2Feip712","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantik21%2Feip712","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantik21%2Feip712/lists"}