The project aims to simplify the usage of ECC curve (curve25519) with Diffie-Hellman Key exchange.
The work is inline with the Account Aggregator Specification.
The image is pushed into docker hub. Thats the easiest to start https://hub.docker.com/r/gsasikumar/forwardsecrecy/tags
- docker pull gsasikumar/forwardsecrecy:v1.2
- docker run -p 8080:8080 gsasikumar/forwardsecrecy:v1.2
- Access the swagger as localhost port 8080. http://localhost:8080/swagger-ui.html
- ./gradlew build
- docker run -p 8080:8080 gsasikumar/forwardsecrecy:v1.2