Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xscratch/crypto-address-validator
To validate various blockchain addresses!
https://github.com/0xscratch/crypto-address-validator
Last synced: 28 days 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 (10 months ago)
- Default Branch: Main
- Last Pushed: 2024-04-21T13:35:07.000Z (9 months ago)
- Last Synced: 2024-04-21T18:15:31.414Z (9 months ago)
- Language: TypeScript
- Homepage: https://crypto-address-validator.vercel.app
- Size: 416 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!
![Home Page](./public/Home.png)
## 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.