Skip to content

Commit

Permalink
chore: Fixed status shields in README
Browse files Browse the repository at this point in the history
  • Loading branch information
orlowskilp committed Oct 12, 2024
1 parent 9f59be7 commit e019f51
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Library for EVM transaction signing with AWS KMS

[![MIT License](https://img.shields.io/badge/license-MIT-green)](/LICENSE)
![Crates.io Version](https://img.shields.io/crates/v/evm-signer-kms)
[![evm-signer-kms](https://github.com/orlowskilp/evm-signer-kms/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/orlowskilp/evm-signer-kms/actions/workflows/build-and-test.yml)
[![codecov](https://codecov.io/github/orlowskilp/evm-signer-kms/graph/badge.svg?token=DGY9EZFV5L)](https://codecov.io/github/orlowskilp/evm-signer-kms)
[![codecov](https://codecov.io/github/orlowskilp/evm-signer-kms/branch/master/graph/badge.svg?token=DGY9EZFV5L)](https://codecov.io/github/orlowskilp/evm-signer-kms)
[![MIT License](https://img.shields.io/badge/license-MIT-green)](/LICENSE)

EVM transaction signing library using key pairs generated and stored in
[AWS KMS](https://aws.amazon.com/kms).
Expand All @@ -26,7 +27,5 @@ Works [MUSL](https://musl.libc.org) and [GNU](https://www.gnu.org/software/libc)
## What's needed

* More more and better tests
* CI/CD pipelines
* Code coverage measuring
* Derivation paths support
* ARM `aarch64` support

0 comments on commit e019f51

Please sign in to comment.