Crypto address validation using JavaScript #2400
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
added a javascript file containing 3 functions. Each of the function represent each of the crypto addresses.
TO Use
include the javascript file, call the respective function with the address and the function will return true if it is a valid crypto address
TO Test
I have included a list of some demo crypto addresses to test each of the validator, TO Test: uncomment the respective validator and open the browser console on the page where the js file is included.
I will integrate this code with the profile page once, the profile page is completedIntegration with the existing profile page is completed ☑️
Thanks
this closes #2282 and #2281