{"id":20909943,"url":"https://github.com/escalopa/blockchain-ui","last_synced_at":"2026-04-21T12:35:19.712Z","repository":{"id":105079762,"uuid":"443774158","full_name":"escalopa/blockchain-UI","owner":"escalopa","description":"Java application that creates a block and adds it to a live block-chain server for the sake of practice \u0026 learning ","archived":false,"fork":false,"pushed_at":"2022-01-02T14:10:31.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T23:53:30.865Z","etag":null,"topics":["blockchain","java","swing"],"latest_commit_sha":null,"homepage":"","language":"Java","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/escalopa.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-01-02T13:34:13.000Z","updated_at":"2022-10-23T12:17:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"544b1c6a-a5a4-48ec-8d21-084e3716f68f","html_url":"https://github.com/escalopa/blockchain-UI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/escalopa/blockchain-UI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalopa%2Fblockchain-UI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalopa%2Fblockchain-UI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalopa%2Fblockchain-UI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalopa%2Fblockchain-UI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/escalopa","download_url":"https://codeload.github.com/escalopa/blockchain-UI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalopa%2Fblockchain-UI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32092055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","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":["blockchain","java","swing"],"created_at":"2024-11-18T14:13:18.661Z","updated_at":"2026-04-21T12:35:19.672Z","avatar_url":"https://github.com/escalopa.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blockchain-UI\nJava application that creates a block and add it to a live block-chain server for the sake of practice \u0026 learning \n\n## Application technology\n- Swing \n- Spring \n\n## Security\nSecuring the block is made by pubKey \u0026 priKey mixed with all block data and then hashing them using hashing-algorithms like (SHA-512). after that our block is now ready to be sent to the server\n\n## Block data\nIn this application the data is just the username and a message that he wasnt to say \u003cbr\u003e\n```\npublic class BlockData {\n    public String username\n    public String message;\n  }\n```\n## Block \nThe block contains the following elements\n```\npublic class BlockModel {\n    private String prevhash;\n    private DataModel data;\n    private String signature;\n    private String ts;\n    private String publickey;\n    }\n```\nafter creation it is sent to the server for validations, once it passed it, it gets added to the chain\n\n#### Note\n- In this application only the client side was made.\n- You can view the whole blocks in server in the json form on [SERVER](http://188.93.211.195/dis/chain)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescalopa%2Fblockchain-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fescalopa%2Fblockchain-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescalopa%2Fblockchain-ui/lists"}