Vanity account generator using aepp-sdk-go

Hi people! The Go SDK’s CLI component has a vanity account generator. By default it assumes you want to find an account that starts with your search string, but you can also pass a regular expression for it to search.

How do you get the SDK’s CLI component? Simply download the statically linked binary for your OS from the releases page (darwin means macOS). Once you’ve put it into your PATH, you can run it from the command line/terminal as follows:

aecli account vanity aaa
aecli account vanity --regex aaa$

Here is a demo
asciicast

Until next time…

3 Likes