{"id":22315501,"url":"https://github.com/futuricon/e_wallet","last_synced_at":"2026-04-27T21:32:12.981Z","repository":{"id":263045689,"uuid":"527355283","full_name":"futuricon/E_Wallet","owner":"futuricon","description":"Simple Rest API","archived":false,"fork":false,"pushed_at":"2022-08-24T00:56:06.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T03:12:07.493Z","etag":null,"topics":["asp-net-core-web-api","cqrs","ddd","hmac-sha1","mssql","net-core-6","rest-api"],"latest_commit_sha":null,"homepage":"https://github.com/futuricon/E_Wallet","language":"C#","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/futuricon.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-08-21T23:55:59.000Z","updated_at":"2022-08-24T01:14:19.000Z","dependencies_parsed_at":"2024-11-15T20:29:29.624Z","dependency_job_id":null,"html_url":"https://github.com/futuricon/E_Wallet","commit_stats":null,"previous_names":["futuricon/e_wallet"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/futuricon/E_Wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futuricon%2FE_Wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futuricon%2FE_Wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futuricon%2FE_Wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futuricon%2FE_Wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/futuricon","download_url":"https://codeload.github.com/futuricon/E_Wallet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/futuricon%2FE_Wallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32356598,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["asp-net-core-web-api","cqrs","ddd","hmac-sha1","mssql","net-core-6","rest-api"],"created_at":"2024-12-03T22:13:38.803Z","updated_at":"2026-04-27T21:32:12.964Z","avatar_url":"https://github.com/futuricon.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E_Wallet\n\n### Task.\nImplement Rest API for a financial institution where it provides e-wallet services to its partners. It has two types of e-wallet accounts: identified and unidentified.\n\nThe API can support multiple clients and should only use http, post methods with json as the data format. Clients must be authenticated via the http parameter header X-UserId and X-Digest.\n\nX-Digest is hmac-sha1, the hash sum of the request body. There must be pre-recorded e-wallets, with different balances, and the maximum balance is 10,000 somoni for unidentified accounts and 100,000 somoni for identified accounts. You can use for data storage of your choice.\n\nAPI service methods:\n\n1. Check if the e-wallet account exists.\n2. Replenish e-wallet account.\n3. Get the total number and amount of recharge operations for the current month.\n4. Get the e-wallet balance.\n\n# So let's get started.\n\n### You must have [.NET 6 SDK.](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)\n\n### 1  Clone this repository\n```\ngit clone https://github.com/futuricon/E_Wallet.git\n```\n\n### 2  Update Database\n```\ncd E-Wallet/src\ndotnet ef database update --project \"Core\\E_Wallet.EntityFramework\" -s \"Core\\E_Wallet.DbMigrator\" -c AppDbContext\n```\n\n### 3  Seed default data to DB\n```\ndotnet run --project Core/E_Wallet.DbMigrator\n```\n\n### 4  Run the Web API \n```\ndotnet run --project API/E_Wallet.WebApi\n```\n\n### 5  Run simple client app\n```\ndotnet run --project Apps/E_Wallet.SimpleClientApp\n```\n## That's all :/\n#\n#### 'Add Migration' Query just in case\n```\ndotnet ef migrations add InitDatabase --project \"src\\Core\\E_Wallet.EntityFramework\" -s \"src\\Core\\E_Wallet.DbMigrator\" -c AppDbContext\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuturicon%2Fe_wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuturicon%2Fe_wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuturicon%2Fe_wallet/lists"}