-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Blockchain module #1038
Copy link
Copy link
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
Reactions are currently unavailable
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