https://github.com/0xscratch/crypto-address-validator
To validate various blockchain addresses!
https://github.com/0xscratch/crypto-address-validator
Last synced: 4 months ago
JSON representation
To validate various blockchain addresses!
- Host: GitHub
- URL: https://github.com/0xscratch/crypto-address-validator
- Owner: 0xScratch
- Created: 2024-04-01T16:14:04.000Z (about 2 years ago)
- Default Branch: Main
- Last Pushed: 2025-04-04T07:00:42.000Z (about 1 year ago)
- Last Synced: 2025-07-02T11:52:39.134Z (12 months ago)
- Language: TypeScript
- Homepage: https://crypto-address-validator.vercel.app
- Size: 509 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto Address Validator
This is a small project which validates different wallet addresses of various blockchains. The prime need was to collectively have a place where I can check whether the address I be sending funds to, is valid or not. Built with Next.js and Typescript!

## Installation
To install the project, clone the repository and run command: ```pnpm install```
## Usage
Simply select the blockchain you want to validate the address for and paste the address in the input field. The site will automatically validate the address and show the result.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
In order to contribute additional blockchain addresses, do check the previous format and create a pull request by validating the results thoroughly.