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
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
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.