diff options
Diffstat (limited to 'content/posts/how-to-generate-a-vanity-algorand-address')
-rw-r--r-- | content/posts/how-to-generate-a-vanity-algorand-address/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/how-to-generate-a-vanity-algorand-address/index.md b/content/posts/how-to-generate-a-vanity-algorand-address/index.md index 9b5057b..af9178d 100644 --- a/content/posts/how-to-generate-a-vanity-algorand-address/index.md +++ b/content/posts/how-to-generate-a-vanity-algorand-address/index.md @@ -10,7 +10,7 @@ A vanity address is an address that has been generated such that it has some rec For example, if you want to accept Algorand at your business, you could generate a wallet whose address resembles or matches a portion of your business name. Personally, I have an address which matches my nickname, which is quite nice. -To generate addresses, I created this Go program (Repo can be found [here](https://git.robbyzambito.me/Zambyte/vawg)). +To generate addresses, I created this Go program (Repo can be found [here](https://git.robbyzambito.me/robby/vawg.git)). ``` package main |