/java-stealth-address-proof-of-concept

Proof of concept of stealth address implementation in java

Primary LanguageJavaApache License 2.0Apache-2.0

Stealth Address Proof of Concept in Java.

Proof of concept of stealth address implementation in java.

This POC was implemented following the description in this article: https://hackernoon.com/blockchain-privacy-enhancing-technology-series-stealth-address-i-c8a3eb4e4e43

Build

The project was created with IntelliJ IDEA but any build environment with Maven and the Java compiler should work.

To build manually, create the executable with:

 mvn clean package

License

This proof of concept is released under the terms of the Apache 2.0 license. See LICENSE for more information or see https://opensource.org/licenses/Apache-2.0.