algen

package module
v0.0.0-...-bbc04e0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2022 License: MIT Imports: 4 Imported by: 0

README

algen

Algorand Vanity Address Generator

Examples

Generate address starting with 'ALGO'

go run cmd\algen\main.go -starts-with ALGO

Generate 10 addresses starting with 'ALGO'

go run cmd\algen\main.go -starts-with ALGO -count 10

Display help

go run cmd\algen\main.go --help

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GenerateArgs

type GenerateArgs struct {
	StartsWith string
	EndsWith   string
	Contains   []string
}

type Generator

type Generator struct {
	// contains filtered or unexported fields
}

func NewGenerator

func NewGenerator(args GenerateArgs) *Generator

func (*Generator) Generate

func (g *Generator) Generate(ctx context.Context) <-chan crypto.Account

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL