manuelmauro / vanipy

A tool for very superficial Algorand addresses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vanipy

A tool for very superficial Algorand addresses.

‼️ THIS TOOL IS MEANT FOR DEVELOPMENT PURPOSES ONLY, DO NOT USE ADDRESSES GENERATED WITH THIS TOOL ON ALGORAND'S MAIN NET ‼️

asciicast

(Sped up video, the brute force approach used in this tool takes exponential time in the number of bits of information constrained by the query pattern.)

Install and configure Poetry

You can find all the details on how to install Poetry here

When you are done with the installation, we advise you to configure poetry to save its virtual environments in the present folder.

poetry config virtualenvs.in-project true

Install dependencies

poetry install

Run vanipy

Run the following command to get all the information about vanipy usage:

poetry run vanipy --help

About

A tool for very superficial Algorand addresses.


Languages

Language:Python 100.0%