cryptocurrency_DFA

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2021 License: MIT Imports: 1 Imported by: 0

README

Cryptocurrency DFA

Deterministic Finite Acceptor (DFA) for known cryptocurrency addresses using GO.

C-DFA version go version license code size GO report GoDoc GitHub Workflow Status

⚡️ Quick start

First of all, download and install GO. Version 1.17 or higher is required.

Verify that the installation was successful by running the following command that should return the version number for GO.

go version

To quickly start using the module run the following command for installation.

go install github.com/DiFronzo/cryptocurrency-DFA@latest

That's all you need to know to start! 🎉

⚙️ Usage & Options

UNDER CONSTRUCTION.

💰 Supported Cryptocurrencies

  • Bitcoin/BTC
  • Dash/DASH
  • Ethereum/ETH
  • Dogecoin/DOGE
  • Ripple/XRP

⭐️ Project assistance

If you want to say thank you or/and support active development of cryptocurrency-DFA:

⚠️ License

cryptocurrency-DFA is free and open-source software licensed under the MIT. Use on your own risk.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateBitcoinAddress

func ValidateBitcoinAddress(address string) bool

ValidateBitcoinAddress bitcoin address validator.

func ValidateDashAddress

func ValidateDashAddress(address string) bool

ValidateDashAddress DASH address validator.

func ValidateDogeAddress

func ValidateDogeAddress(address string) bool

ValidateDogeAddress DOGE address validator.

func ValidateEthAddress

func ValidateEthAddress(address string) bool

ValidateEthAddress ETH address validator.

func ValidateXrpAddress

func ValidateXrpAddress(address string) bool

ValidateXmrAddress XRP address validator.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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