{"id":20660909,"url":"https://github.com/exweb3/elixir_ethers_kms","last_synced_at":"2026-03-08T17:02:41.895Z","repository":{"id":225549087,"uuid":"765906939","full_name":"ExWeb3/elixir_ethers_kms","owner":"ExWeb3","description":"A KMS signer library for Ethers","archived":false,"fork":false,"pushed_at":"2025-01-07T18:53:03.000Z","size":69,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T09:11:39.595Z","etag":null,"topics":["aws-kms","elixir","elliptic-curve-cryptography","ethereum","web3"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/ethers_kms/readme.html","language":"Elixir","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/ExWeb3.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-03-01T21:20:49.000Z","updated_at":"2025-02-08T21:28:45.000Z","dependencies_parsed_at":"2024-07-30T20:07:35.933Z","dependency_job_id":"04cdd62c-9b6f-46c9-98c0-7406a2372a85","html_url":"https://github.com/ExWeb3/elixir_ethers_kms","commit_stats":null,"previous_names":["exweb3/elixir_ethers_kms"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExWeb3%2Felixir_ethers_kms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExWeb3%2Felixir_ethers_kms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExWeb3%2Felixir_ethers_kms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExWeb3%2Felixir_ethers_kms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExWeb3","download_url":"https://codeload.github.com/ExWeb3/elixir_ethers_kms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249722637,"owners_count":21315858,"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":["aws-kms","elixir","elliptic-curve-cryptography","ethereum","web3"],"created_at":"2024-11-16T19:06:28.678Z","updated_at":"2026-03-08T17:02:41.890Z","avatar_url":"https://github.com/ExWeb3.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EthersKMS - a KMS Signer for Ethers\n\nEthersKMS is a signer library for [Ethers](https://github.com/ExWeb3/elixir_ethers) using a Key Management Service such as [AWS KMS](https://aws.amazon.com/kms/) apart from the built-in [signers](https://github.com/ExWeb3/elixir_ethers/blob/main/lib/ethers/signer/local.ex) supported by Ethers.\n\n## Installation\n\nYou can install the package by adding `ethers_kms` to the list of\ndependencies in your `mix.exs` file:\n\n```elixir\ndef deps do\n  [\n    {:ethers_kms, \"~\u003e 0.1.1\"},\n  ]\nend\n```\n\n## AWS configuration\n\n```elixir\nconfig :ex_aws,\n  access_key_id: CHANGEME,\n  secret_access_key: CHANGEME,\n  security_token: CHANGEME,\n  region: CHANGEME\nend\n```\n\nA [WebIdentityAdapter](https://github.com/ex-aws/ex_aws_sts?tab=readme-ov-file#using-web-identity-tokens-from-env-vars) can also be used in deployed environments.\n\n## Example\n\n```elixir\nMyERC20Token.transfer(\"0x[Recipient]\", 1000)\n|\u003e Ethers.send(\n  from: \"0x[Sender]\",\n  signer: EthersKMS.AWS.Signer,\n  # NOTE: provide a valid kms_key_id here (i.e., ECC_SECG_P256K1 key spec)\n  signer_opts: [kms_key_id: kms_key_id]\n)\n```\n\nThe complete documentation is available on [hexdocs](https://hexdocs.pm/ethers_kms/readme.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexweb3%2Felixir_ethers_kms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexweb3%2Felixir_ethers_kms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexweb3%2Felixir_ethers_kms/lists"}