{"id":46845500,"url":"https://github.com/universal-credit-system/wallet","last_synced_at":"2026-03-10T14:32:23.570Z","repository":{"id":41314716,"uuid":"263890018","full_name":"universal-credit-system/wallet","owner":"universal-credit-system","description":"universal credit system wallet","archived":false,"fork":false,"pushed_at":"2026-03-02T20:50:30.000Z","size":2386,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-02T23:54:57.481Z","etag":null,"topics":["blockgrid-architecture","crypto","cryptocoins","cryptocurrency","cryptocurrency-wallets","directed-acyclic-graph","nextgen","smart-contracts","tangle","true-distributed-ledger","universal-credit-system","wallet"],"latest_commit_sha":null,"homepage":"https://www.universal-credit-system.org","language":"Shell","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/universal-credit-system.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-14T10:57:02.000Z","updated_at":"2026-03-02T20:50:35.000Z","dependencies_parsed_at":"2024-07-28T15:33:43.904Z","dependency_job_id":"38913844-efdf-4b8f-8a43-21638d20e184","html_url":"https://github.com/universal-credit-system/wallet","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/universal-credit-system/wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/universal-credit-system%2Fwallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/universal-credit-system%2Fwallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/universal-credit-system%2Fwallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/universal-credit-system%2Fwallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/universal-credit-system","download_url":"https://codeload.github.com/universal-credit-system/wallet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/universal-credit-system%2Fwallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30337225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T12:41:07.687Z","status":"ssl_error","status_checked_at":"2026-03-10T12:41:06.728Z","response_time":106,"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":["blockgrid-architecture","crypto","cryptocoins","cryptocurrency","cryptocurrency-wallets","directed-acyclic-graph","nextgen","smart-contracts","tangle","true-distributed-ledger","universal-credit-system","wallet"],"created_at":"2026-03-10T14:32:22.240Z","updated_at":"2026-03-10T14:32:23.555Z","avatar_url":"https://github.com/universal-credit-system.png","language":"Shell","readme":"# Universal Credit System Wallet\n\nRepository of the Universal Credit System Wallet.\n\n## Table of contents\n* [Description](#description)\n* [Technologies used](#technologies-used)\n* [Installation](#installation)\n* [Start](#start)\n* [Update](#update)\n* [Extensions](#extensions)\n* [Community](#community)\n\n## Description\nThe [Universal Credit System](https://www.universal-credit-system.org) Wallet is the wallet software for a new and revolutionary stablecoin cryptocurrency called Universal Credit Coins. The cryptocurrency is based on a innovative monetary standard in which any newly minted coins are backed by time. Users process their own blocks and permanently review and audit each other on a file based protocol that allows them to manage themself offline in a decentralised block grid. Contrary to other cryptocurrencies users get daily rewards for the elapsed time instead of spent computing power (pow) or held balance (pos).\n\n## Technologies used\nThe program was written as **bourne shell script (#!/bin/sh)**\n\nThe script depends on other programs (see list of [programs used](https://github.com/universal-credit-system/wallet/blob/master/control/install.dep)). Most of them are **core utilities**, which means that they should be already installed. But programs like ``bc``, ``openssl``, ``curl`` and others maybe not and need to be installed. The setup script `install.sh` will check if any programs are missing and will install them.\n\n## Installation\n**Assuming you use APT as packaging tool, the command `apt-get install` is used. Please note that if you are using any other packaging tool than APT the command for installing a package might be different. This means you have the change `apt-get install` to the command your packaging tool is using!**\n\nInstall Git (you may use `sudo` in front)\n```bash\napt-get install git\n```\n\nClone this GitHub repository\n```bash\ngit clone https://github.com/universal-credit-system/wallet\n```\n\nStep into this directory using `cd`\n```bash\ncd wallet/\n```\n\nNow you can execute the install.sh script. The script will check for depending programs and will install them if necessary\n```bash\n./install.sh\n```\n\n## Start\nTo start the wallet `ucs_client.sh` simply type\n```bash\n./ucs_client.sh\n```\n\n## Update\nTo get the latest updates for the source code run `git pull`\n```bash\ngit pull\n```\n## Extensions\nThe archives in the repository contain the different extensions:\n\n* **contractor.tar**\n\n  Universal Contractor including sample contracts\n  \n* **docker.tar**\n\n  Dockerfiles including build and deployment scripts\n  \n* **explorer.tar**\n\n  UCS Tangle explorer\n  \n* **otsa.tar**\n\n  scripts to create and deploy your own TSA service\n  \n* **webwallet_home.tar**\n\n  webwallet wallet connector\n  \n* **webwallet_www-data.tar**\n\n  webwallet webpage\n  \n* **webapi.tar**\n\n  WebAPI RPC\n  \n* **server.tar**\n\n  UCA LINK Server\n  \n* **tools.tar**\n\n  a useful set of scripts\n\nYou have to unpack these tar files yourself using `tar`:\n```bash\ntar -xvf \u003carchive\u003e.tar\n```\nFor more information on the extension please have a look into the related technical documentation.\n\n## Community\n**You found a bug or face an issue running the client? We have a [Forum](https://forum.universal-credit-system.org) and also a [Discord Server](https://discord.gg/5kvCP6kkRn) for troubleshooting and support. If you have any questions, suggestions or critics you are welcome to post it on the forum or the discord server.**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiversal-credit-system%2Fwallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funiversal-credit-system%2Fwallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiversal-credit-system%2Fwallet/lists"}