Skip to content

enter a bitcoin public key in the text form and press generate to generate a unique pattern of pixels.

Notifications You must be signed in to change notification settings

grasshaussoftware/btc-hash-pattern-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin Hash Pattern Generator

Introduction

Bitcoin Hash Pattern Generator is a React-based web application that allows users to visualize Bitcoin public key addresses in a unique and artistic way. By inputting a Bitcoin public key address, the application generates a distinct pattern of black and white blocks, representing the unique hash of the wallet. This tool serves not only as a means of artistic expression but also aids in the visual identification of Bitcoin addresses. The application is accessible at pixelmaker.xyz.

Application Screenshot

Features

  • Generate Unique Patterns: Each Bitcoin public key address translates into a unique visual pattern.
  • SVG Format: The patterns are rendered in SVG format, ensuring high-quality scaling and clarity.
  • Customizable Size: The size of the generated pattern can be adjusted according to user preference.

Getting Started

To get started with the Bitcoin Hash Pattern Generator, follow these steps:

Prerequisites

  • Node.js
  • npm or yarn package manager

Installation

  1. Clone the repository:

git clone https://github.com/grasshaussoftware/bitcoin-hash-pattern-generator.git

css

  1. Navigate to the project directory:

cd bitcoin-hash-pattern-generator

  1. Install dependencies:

npm install

Running the Application

To run the application locally:

npm start

The application will be available at http://localhost:3000.

Usage

  • Open the application.
  • Enter a Bitcoin public key address into the text form.
  • Click the "Generate" button to display the pattern.

Component Overview

src/PublicKeyPattern.js: The main React component responsible for generating and displaying the pattern based on the entered Bitcoin public key address.

Contributing

Contributions to the Bitcoin Hash Pattern Generator are welcome. Please ensure that your pull requests are well-documented and tested.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Acknowledgements

  • Identicon.js: Used for generating the visual patterns.
  • React: The core framework for building the application.

Contact

For any queries or contributions, please contact deusopus@duck.com.

About

enter a bitcoin public key in the text form and press generate to generate a unique pattern of pixels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published