{"id":15451934,"url":"https://github.com/asabya/go-watch-solidity","last_synced_at":"2025-08-17T18:03:42.875Z","repository":{"id":57511365,"uuid":"237879313","full_name":"asabya/go-watch-solidity","owner":"asabya","description":"A basic solodity watcher to generate abi, bin nad go bindings on file event ","archived":false,"fork":false,"pushed_at":"2020-02-08T16:15:31.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T09:25:19.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asabya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-03T03:44:19.000Z","updated_at":"2020-02-08T16:15:33.000Z","dependencies_parsed_at":"2022-09-26T17:51:29.901Z","dependency_job_id":null,"html_url":"https://github.com/asabya/go-watch-solidity","commit_stats":null,"previous_names":["sab94/go-watch-solidity"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asabya/go-watch-solidity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asabya%2Fgo-watch-solidity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asabya%2Fgo-watch-solidity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asabya%2Fgo-watch-solidity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asabya%2Fgo-watch-solidity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asabya","download_url":"https://codeload.github.com/asabya/go-watch-solidity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asabya%2Fgo-watch-solidity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270884769,"owners_count":24662308,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-01T21:40:31.076Z","updated_at":"2025-08-17T18:03:42.673Z","avatar_url":"https://github.com/asabya.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-watch-solidity\n\nIt is a handy little tool to watch a solidity file and generate abi, bin and gobinging.\n\n# Install\n\n`go get -u github.com/Sab94/go-watch-solidity`\n\nNote, go-watch-solidity needs `solc` installed to run. Here is the [official guide](https://solidity.readthedocs.io/en/latest/installing-solidity.html) to install solc.\n\n# Usage\n\n```\n$ go-watch-solidity -h\n   Go Watch Solidity is a watcher for a given solidity file.\n   It generates abi, bin, and go bindings for the given solidity\n   file on save.\n\nUsage:\n  go-watch-solidity [flags]\n\nFlags:\n  -a, --abi           Generate abi\n  -b, --bin           Generate bin\n  -g, --bindgo        Generate go binding (default true)\n  -d, --dest string   Destination to generate\n  -h, --help          help for go-watch-solidity\n```\n\n# Examples\n\n```\n$ go-watch-solidity -a -b -g -d=example/generated example/solidity/greeter.sol\n```\n\n# Project52\n\nIt is one of my [project 52](https://github.com/Sab94/project52).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasabya%2Fgo-watch-solidity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasabya%2Fgo-watch-solidity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasabya%2Fgo-watch-solidity/lists"}