/** * **ethaddrgen** - Custom Ethereum vanity address generator made in Rust * * @domain `github.com/Limeth/ethaddrgen` * @programs `ethaddrgen` * @version `1.0.7` (1 versions available) * @versions From newest version to oldest. * * @install `launchpad install github.com/Limeth/ethaddrgen` * @dependencies `openssl.org^1.1` * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.githubcomlimethethaddrgen * console.log(pkg.name) // "ethaddrgen" * console.log(pkg.description) // "Custom Ethereum vanity address generator made i..." * console.log(pkg.programs) // ["ethaddrgen"] * console.log(pkg.versions[0]) // "1.0.7" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/github-com/Limeth/ethaddrgen.md * @see https://ts-pkgx.netlify.app/usage */ export declare const ethaddrgenPackage: { /** * The display name of this package. */ name: 'ethaddrgen'; /** * The canonical domain name for this package. */ domain: 'github.com/Limeth/ethaddrgen'; /** * Brief description of what this package does. */ description: 'Custom Ethereum vanity address generator made in Rust'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/Limeth/ethaddrgen/package.yml'; homepageUrl: ''; githubUrl: 'https://github.com/Limeth/ethaddrgen'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install github.com/Limeth/ethaddrgen'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +github.com/Limeth/ethaddrgen -- $SHELL -i'; launchpadInstallCommand: 'launchpad install github.com/Limeth/ethaddrgen'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['ethaddrgen']; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['openssl.org^1.1']; buildDependencies: readonly []; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.0.7']; aliases: readonly [] }; export type EthaddrgenPackage = typeof ethaddrgenPackage