{"id":15288854,"url":"https://github.com/qleet/go-web3-sample-app","last_synced_at":"2026-01-31T14:02:15.938Z","repository":{"id":69428998,"uuid":"573158097","full_name":"qleet/go-web3-sample-app","owner":"qleet","description":"Web3 sample app in Go","archived":false,"fork":false,"pushed_at":"2023-06-08T00:04:19.000Z","size":83,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-07T21:44:01.341Z","etag":null,"topics":["docker-image","go","golang","web3"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/qleet.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":"2022-12-01T20:32:40.000Z","updated_at":"2022-12-07T17:36:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"cba40624-964b-4219-95c3-45d1de978480","html_url":"https://github.com/qleet/go-web3-sample-app","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/qleet/go-web3-sample-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qleet%2Fgo-web3-sample-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qleet%2Fgo-web3-sample-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qleet%2Fgo-web3-sample-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qleet%2Fgo-web3-sample-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qleet","download_url":"https://codeload.github.com/qleet/go-web3-sample-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qleet%2Fgo-web3-sample-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28944789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T13:02:32.153Z","status":"ssl_error","status_checked_at":"2026-01-31T13:00:07.528Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker-image","go","golang","web3"],"created_at":"2024-09-30T15:53:50.819Z","updated_at":"2026-01-31T14:02:15.918Z","avatar_url":"https://github.com/qleet.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-web3-sample-app\nWeb3 sample app in Go\n\n## Requirements\n\n* [gvm](https://github.com/moovweb/gvm) Go 1.19\n    ```bash\n    gvm install go1.19 --prefer-binary --with-build-tools --with-protobuf\n    gvm use go1.19 --default\n    ```\n* [curl](https://help.ubidots.com/en/articles/2165289-learn-how-to-install-run-curl-on-windows-macosx-linux)\n* [wget](https://www.gnu.org/software/wget/)\n* [jq](https://github.com/stedolan/jq/wiki/Installation)\n* [yq](https://github.com/mikefarah/yq/#install)\n* [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/)\n* [kind \u003e=0.16.0](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)\n\n## Kubernetes deployment\n\n### Qleet Kind cluster\n\n#### Deploy workload\n\n```bash\nmake kind-deploy\n```\n\n#### Map the port of the sample app:\n\n```bash\nkubectl port-forward -n web3 svc/web3-sample-app 8080:8080\n```\n\n#### Open sample app in a browser\n\n[http://localhost:8080/](http://localhost:8080/)\n\n#### Undeploy workload\n\n```bash\nmake kind-undeploy\n```\n\n### Any Kubernetes cluster\n\n#### Deploy workload\n\n```bash\nkubectl apply -f ./k8s/ns.yaml\nkubectl apply -f ./k8s --namespace=web3 --validate=false\n```\n\n#### Delete workload\n\n```bash\nkubectl delete -f ./k8s --namespace=web3\n```\n\n## Build\nRun `build` target\n```bash\nmake build\n```\n\n## Release\nRun `release` target\n```bash\nmake release\n```\n\n## Help\n\n```text\n$ make\nUsage: make COMMAND\nCommands :\nhelp          - List available tasks\nclean         - Cleanup\ntest          - Run tests\nbuild         - Build binary\nrun           - Run binary\nget           - Download and install dependency packages\nrelease       - Create and push a new tag\nupdate        - Update dependencies to latest versions\nversion       - Print current version(tag)\nimage-build   - Build a Docker image\nimage-run     - Run a Docker image\nimage-stop    - Stop a Docker image\nkind-deploy   - Deploy to a local KinD cluster\nkind-undeploy - Undeploy from a local KinD cluster\nkind-redeploy - Redeploy to a local KinD cluster\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqleet%2Fgo-web3-sample-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqleet%2Fgo-web3-sample-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqleet%2Fgo-web3-sample-app/lists"}