{"id":38084918,"url":"https://github.com/ekovv/ewallet","last_synced_at":"2026-01-16T20:51:46.656Z","repository":{"id":218437170,"uuid":"746374577","full_name":"ekovv/eWallet","owner":"ekovv","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-19T13:23:52.000Z","size":48,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-02-19T14:28:29.044Z","etag":null,"topics":["algorithms","docker","gin","golang","postgresql","rest-api","server"],"latest_commit_sha":null,"homepage":"","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/ekovv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-01-21T21:21:24.000Z","updated_at":"2024-01-27T20:22:07.000Z","dependencies_parsed_at":"2024-01-21T23:39:27.564Z","dependency_job_id":"5cf40ad5-83d3-48fe-b7b1-9a2db75a9a21","html_url":"https://github.com/ekovv/eWallet","commit_stats":{"total_commits":46,"total_committers":2,"mean_commits":23.0,"dds":"0.21739130434782605","last_synced_commit":"6ef6be9f94aece0663d91ab24bd799271dceb8f3"},"previous_names":["ekovv/ewallet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ekovv/eWallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekovv%2FeWallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekovv%2FeWallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekovv%2FeWallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekovv%2FeWallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekovv","download_url":"https://codeload.github.com/ekovv/eWallet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekovv%2FeWallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482356,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["algorithms","docker","gin","golang","postgresql","rest-api","server"],"created_at":"2026-01-16T20:51:46.022Z","updated_at":"2026-01-16T20:51:46.644Z","avatar_url":"https://github.com/ekovv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eWallet\n\n![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge\u0026logo=go\u0026logoColor=white)\n\n# 🎲 Service on Go(Gin) for implementing a payment system transaction processing system.\n\n# 📞 Endpoints\n```http\nPOST /api/v1/wallet\n- сreate wallet\nPOST /api/v1/wallet/:walletId/send\n- transcations\nGET /api/v1/wallet/:walletId/history\n- history\nGET /api/v1/wallet/:walletId\n- status\n```\n\n# 🏴‍☠️ Flags\n```\na - ip for REST -a=host\nd - db connection string -d=connection string\ns - salt -s=your_salt\n```\n\n# 🧩 Config\n\n```json\n{\n  \"host\": \"localhost:8080\",\n  \"dsn\": \"postgres://bestuser:bestuser@localhost:5432/your_db_name?sslmode=disable\",\n  \"salt\": \"your_salt\"\n}\n```\n\n# 💎 For working with Docker\n-Build postgres\n```\ndocker run --name ewallet-pg -p 4999:5432 -e POSTGRES_USER=username -e POSTGRES_PASSWORD=password -e POSTGRES_DB=db_name -d postgres:13.3\n```\n-Run\n```\ndocker run --name your-app-name -p host-port:container-port -d your-app-image\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekovv%2Fewallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekovv%2Fewallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekovv%2Fewallet/lists"}