{"id":26373183,"url":"https://github.com/evzpav/simple-crypto-address-validator","last_synced_at":"2025-03-17T01:27:37.054Z","repository":{"id":112813185,"uuid":"154392299","full_name":"evzpav/simple-crypto-address-validator","owner":"evzpav","description":"Golang API to verify if cryptocurrency wallet address is somewhat valid","archived":false,"fork":false,"pushed_at":"2020-04-28T18:10:19.000Z","size":2909,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T06:31:09.136Z","etag":null,"topics":["bitcoin","cryptocurrencies","cryptocurrency","golang","httprouter"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evzpav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-23T20:26:47.000Z","updated_at":"2024-04-28T02:30:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"6713475d-72b0-4f5e-a511-b893b03e3c00","html_url":"https://github.com/evzpav/simple-crypto-address-validator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evzpav%2Fsimple-crypto-address-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evzpav%2Fsimple-crypto-address-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evzpav%2Fsimple-crypto-address-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evzpav%2Fsimple-crypto-address-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evzpav","download_url":"https://codeload.github.com/evzpav/simple-crypto-address-validator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243956926,"owners_count":20374576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","cryptocurrencies","cryptocurrency","golang","httprouter"],"created_at":"2025-03-17T01:27:36.596Z","updated_at":"2025-03-17T01:27:37.023Z","avatar_url":"https://github.com/evzpav.png","language":"Go","readme":"# Simple Crypto Address Validator\n\nSimplistic cryptocurrency address validator that checks length and first chars of wallet address.\nUsage: get request to endpoint to verify if address is valid or not after user fills input.\nIt is very simple but saves time not waiting for node to reply for failure.\n\n\n## Run locally :\n```bash\ngo run main.go\n# Server will be running on http://localhost:8888\n\ncurl localhost:8888/validate/btc/1CFNjwLjZdSKB8nZopxhLaR8vvqaQKD3Bi\ncurl http://addressvalidator.evzpav.com/validate/btc/1CFNjwLjZdSKB8nZopxhLaR8vvqaQKD3Bi\n```\n\n### Success return:\n```\n{\n    \"ok\":true, //if no error is true\n    \"crypto\":\"btc\", //same as received\n    \"address\":\"1CFNjwLjZdSKB8nZopxhLaR8vvqaQKD3Bi\", //same as received\n    \"valid\":true //same as received\n}\n```\n\n### Error return:\n```\n{\n    \"ok\":false,\n    \"crypto\":\"bt\",\n    \"address\":\"1CFNjwLjZdSKB8nZopxhLaR8vvqaQKD3Bi\",\n    \"valid\":false,\n    \"error\":\"Cryptocurrency not available: bt\"\n}\n```\n\n### Run unit tests:\n```\ngo test\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevzpav%2Fsimple-crypto-address-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevzpav%2Fsimple-crypto-address-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevzpav%2Fsimple-crypto-address-validator/lists"}