Skip to content

Uniswap/signer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signer

This package contains an abstract class AwsSigner, and its implementation KmsSigner that, given a KmsClient and a keyId, it provides methods for signing Ethereum transactions.

Testing

The integration & unit tests run as part of the same suite.

Running tests

In order to run the tests we need to run a local-kms service on port 8080. We can use nsmithuk/local-kms with docker.

Simply run, and make sure the container is running before executing the tests.

docker run -p 8080:8080 nsmithuk/local-kms
yarn test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published