{"id":13621307,"url":"https://github.com/UrsZeidler/uml2solidity","last_synced_at":"2025-04-15T01:32:01.594Z","repository":{"id":77037030,"uuid":"49060875","full_name":"UrsZeidler/uml2solidity","owner":"UrsZeidler","description":"A uml profile and a set of acceleo code generators to model smart contracts in uml and generate solidity code.","archived":false,"fork":false,"pushed_at":"2017-08-27T21:42:46.000Z","size":4206,"stargazers_count":37,"open_issues_count":1,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-08T08:40:05.517Z","etag":null,"topics":["acceleo","code-generator","eclipse","eclipse-plugin","papyrus","smart-contract-tools","solidity","uml"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UrsZeidler.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,"publiccode":null,"codemeta":null}},"created_at":"2016-01-05T11:07:20.000Z","updated_at":"2024-04-17T16:03:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"f560ef8a-bdf0-4845-91d9-d580d1bc5add","html_url":"https://github.com/UrsZeidler/uml2solidity","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UrsZeidler%2Fuml2solidity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UrsZeidler%2Fuml2solidity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UrsZeidler%2Fuml2solidity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UrsZeidler%2Fuml2solidity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UrsZeidler","download_url":"https://codeload.github.com/UrsZeidler/uml2solidity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248989284,"owners_count":21194568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["acceleo","code-generator","eclipse","eclipse-plugin","papyrus","smart-contract-tools","solidity","uml"],"created_at":"2024-08-01T21:01:04.521Z","updated_at":"2025-04-15T01:32:01.300Z","avatar_url":"https://github.com/UrsZeidler.png","language":"Java","funding_links":[],"categories":["Editor Plugins"],"sub_categories":[],"readme":"# uml2solidity\n\nA uml profile and a set of acceleo code generators to model smart contracts in uml and generate [solidity](https://github.com/UrsZeidler/uml2solidity/wiki/SolidityCode), [java script](https://github.com/UrsZeidler/uml2solidity/wiki/JSCode) and [java](https://github.com/UrsZeidler/uml2solidity/wiki/JavaCode) code together with documentation. Usable with the Papyrus UML modeler for eclipse.\n\n[![Gitter chat](https://badges.gitter.im/eth-contract-api/Lobby.svg)](https://gitter.im/uml2solidity/Lobby)\n\n\u003ca href=\"http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=2784342\" class=\"drag\" title=\"Drag to your running Eclipse workspace to install Uml to Solidity\"\u003e\u003cimg class=\"img-responsive\" src=\"https://marketplace.eclipse.org/sites/all/themes/solstice/public/images/marketplace/btn-install.png\" alt=\"Drag to your running Eclipse workspace to install Uml to Solidity\" /\u003e\u003c/a\u003e\n\na plugin for eclipse: \n\n      http://urszeidler.github.io/uml2solidity/uml2solidity-updatesite/\n\nrefer to [install](https://github.com/UrsZeidler/uml2solidity/wiki#install) section of the wiki when you are not familiar with eclipse and the update mechanism.\n\ndependencies:\n\n* uml2 (5.0)\n* papyrus (1.1.x)\n* acceleo (3.5)\n\nThere are all available in the default Mars updatesite.\n\nfind out more in the docs\n\n* [wiki home](https://github.com/UrsZeidler/uml2solidity/wiki)\n\t* [install](https://github.com/UrsZeidler/uml2solidity/wiki#install)\n\t* [usage](https://github.com/UrsZeidler/uml2solidity/wiki#usage)\n\t* [create a model](https://github.com/UrsZeidler/uml2solidity/wiki#create-a-model)\n\t* [generate code](https://github.com/UrsZeidler/uml2solidity/wiki#generate-code)\n* [Solidity Code](https://github.com/UrsZeidler/uml2solidity/wiki/SolidityCode)\n\t* [packages and solidity files](https://github.com/UrsZeidler/uml2solidity/wiki/SolidityCode#packages-and-solidity-files)\n\t* [contract constructors](https://github.com/UrsZeidler/uml2solidity/wiki/SolidityCode#contract-constructors)\n\t* [visibilities](https://github.com/UrsZeidler/uml2solidity/wiki/SolidityCode#visibilities)\n\t* [protected user code](https://github.com/UrsZeidler/uml2solidity/wiki/SolidityCode#protected-user-code)\n\t* [an example](https://github.com/UrsZeidler/uml2solidity/wiki/SolidityCode#an-example)\n* [profile definition](https://github.com/UrsZeidler/uml2solidity/wiki/Contracts)\n* [preferences](https://github.com/UrsZeidler/uml2solidity/wiki/Preferences)\n* [generated JS code](https://github.com/UrsZeidler/uml2solidity/wiki/JSCode)\n* [generated java code](https://github.com/UrsZeidler/uml2solidity/wiki/JavaCode)\n* [basic usage](https://github.com/UrsZeidler/uml2solidity/wiki/BasicUsage)\n\n\nUse eclipse as your main editor with the [solidity editor](https://github.com/UrsZeidler/uml2solidity/wiki/SolidityEditor) and compile the code in the background with the [solidity builder](https://github.com/UrsZeidler/uml2solidity/wiki/SolidityBuilder).\n\nExtend the generation process by [adding new model to text transformations](https://github.com/UrsZeidler/uml2solidity/wiki/ExtensionPoint).\n\n\nyou can `tip the coder` by sending some ether : 0x25b2ce55746f54d88e9fc4d2f0f85e879c30bb05\n\n \n \n License\n-------\n\nThe code is published under the terms of the [Eclipse Public License, version 1.0](http://www.eclipse.org/legal/epl-v10.html).\n \n \n\u003ca href=\"http://with-eclipse.github.io/\" target=\"_blank\"\u003e\n\u003cimg alt=\"with-Eclipse logo\" src=\"http://with-eclipse.github.io/with-eclipse-0.jpg\" /\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUrsZeidler%2Fuml2solidity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FUrsZeidler%2Fuml2solidity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUrsZeidler%2Fuml2solidity/lists"}