# AddressGenerationDemo A simple example showcasing how to generate addresses according to EIP-3. This example is ported from node: https://github.com/ergoplatform/ergo/blob/master/ergo-wallet/src/test/java/org/ergoplatform/wallet/AddressGenerationDemo.java ### How to run Install dependencies: ``` $ npm install ``` And run: ``` $ npm run start ```