DiUS / java-faker

Brings the popular ruby faker gem to Java
http://dius.github.io/java-faker
Other
4.77k stars 851 forks source link

Add Fake Bitcoin Address and Transaction Hash Generation #782

Open grossiwm opened 1 month ago

grossiwm commented 1 month ago

Add Fake Bitcoin Address and Transaction Hash Generation

Description

This pull request adds support for generating fake Bitcoin addresses and transaction hashes within the Java Faker library. It includes:

Motivation

This addition allows Java Faker to generate realistic data related to Bitcoin transactions, enhancing the library’s utility for testing cryptocurrency-related applications.

Testing

Notes

Please let me know if any adjustments are needed, or if further tests and documentation updates are required.