-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
c: featureRequest for new featureRequest for new featurep: 1-normalNothing urgentNothing urgents: waiting for user interestWaiting for more users interested in this featureWaiting for more users interested in this feature
Milestone
Description
Clear and concise description of the problem
I wish to be able to use Faker to be able to generate random cryptocurrency and blockchain related entries.
Suggested solution
faker.blockchain.crypto() // { name: "Cardano", symbol: "ADA" }
faker.blockchain.crypto() // { name: "Ripple", symbol: "XRP" }
As you can see, for blockchain.crypto(), the backend should work pretty similarly to the functions in science.
faker.blockchain.hashAlgorithm() // "SHA-256"
faker.blockchain.hashAlgorithm() // "X11"
In addition, deprecate the finance.bitcoinAddress(), finance.ethereumAddress(), and finance.litecoinAddress() functions and move them to the blockchain module.
Alternative
No response
Additional context
No response
github-actions, bnn1, ejcheng, mouettxy, skulltech and 4 moreShinigami92
Metadata
Metadata
Assignees
Labels
c: featureRequest for new featureRequest for new featurep: 1-normalNothing urgentNothing urgents: waiting for user interestWaiting for more users interested in this featureWaiting for more users interested in this feature