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.
- 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.
To get started with the Bitcoin Hash Pattern Generator, follow these steps:
- Node.js
- npm or yarn package manager
- Clone the repository:
git clone https://github.com/grasshaussoftware/bitcoin-hash-pattern-generator.git
css
- Navigate to the project directory:
cd bitcoin-hash-pattern-generator
- Install dependencies:
npm install
To run the application locally:
npm start
The application will be available at http://localhost:3000
.
- Open the application.
- Enter a Bitcoin public key address into the text form.
- Click the "Generate" button to display the pattern.
src/PublicKeyPattern.js
: The main React component responsible for generating and displaying the pattern based on the entered Bitcoin public key address.
Contributions to the Bitcoin Hash Pattern Generator are welcome. Please ensure that your pull requests are well-documented and tested.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
- Identicon.js: Used for generating the visual patterns.
- React: The core framework for building the application.
For any queries or contributions, please contact deusopus@duck.com.