{"id":20990983,"url":"https://github.com/marvinjanssen/lumio","last_synced_at":"2025-06-28T12:33:13.895Z","repository":{"id":41612847,"uuid":"274757833","full_name":"MarvinJanssen/lumio","owner":"MarvinJanssen","description":"Lumio is a reactive visual programming IDE for Clarity. It allows you to program Clarity smart contracts using drag and drop.","archived":false,"fork":false,"pushed_at":"2023-01-06T10:16:24.000Z","size":2943,"stargazers_count":18,"open_issues_count":19,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-14T20:42:03.742Z","etag":null,"topics":["blockstack","clarity","svelte"],"latest_commit_sha":null,"homepage":"https://lumio.app","language":"JavaScript","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/MarvinJanssen.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}},"created_at":"2020-06-24T19:57:10.000Z","updated_at":"2024-05-10T01:35:32.000Z","dependencies_parsed_at":"2023-02-05T20:45:40.534Z","dependency_job_id":null,"html_url":"https://github.com/MarvinJanssen/lumio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MarvinJanssen/lumio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinJanssen%2Flumio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinJanssen%2Flumio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinJanssen%2Flumio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinJanssen%2Flumio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarvinJanssen","download_url":"https://codeload.github.com/MarvinJanssen/lumio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarvinJanssen%2Flumio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262431667,"owners_count":23310092,"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":["blockstack","clarity","svelte"],"created_at":"2024-11-19T06:36:32.805Z","updated_at":"2025-06-28T12:33:13.867Z","avatar_url":"https://github.com/MarvinJanssen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lumio\n\n![Animation](animation.gif)\n\n[Lumio](https://lumio.app) is a reactive visual programming IDE for [Clarity](https://clarity-lang.org/). It allows you to program Clarity smart contracts using drag and drop. It is reactive in the sense that it keeps track of custom definitions and updates those in place in real time. It also features inline help for all built-in keywords and functions, and custom ones in the future.\n\nYou can try it out on https://lumio.app. \n\nClarity code is represented by symbol objects and these are validated and transpiled by the Lumio transpiler. It is still possible to generate invalid code with Lumio. It currently does not insert placeholders when placing custom functions, for example. However, it features [Clarity REPL](https://github.com/lgalabru/clarity-repl) support to analyse the generated code.\n\nThis is a submission for the Clarity tooling hackathon.\n\n## Install\n\n1. Clone this repository.\n2. `cd lumio`.\n3. `npm install`.\n4. `npm run dev` to run the [development server](http://localhost:5000) or `npm run build` to build.\n\nRun tests with `npm test`.\n\nYou can generate docs using `npm run jsdoc` (install jsdoc using `npm install -g jsdoc`).\n\n## Clarity REPL\n\nLumio offers basic support for the [Clarity REPL](https://github.com/lgalabru/clarity-repl) to analyse your smart contracts. A build script is included to fetch, build, and place the WASM in the right directory. You will need to have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [Rust](https://www.rust-lang.org/tools/install) installed in order to build the REPL. You will also need to install `wasm-pack` using cargo. ( `cargo install wasm-pack`.)\n\nBuilding the WASM:\n\n```\nnpm run build:repl\n```\n\nThe build script assumes the URL of the [Clarity REPL git repository]((https://github.com/lgalabru/clarity-repl)), you can override this by passing a different URL as a parameter:\n\n```\nnpm run build:repl \u003curl\u003e\n```\n\nThe build script will not automatically rebuild the WASM if it detects it in the build directory. Manually delete the file or execute the clean command:\n\n```\nnpm run clean:repl\n```\n\n## To-dos:\n\n- Blockstack login to save and load your smart contracts.\n- Add custom symbol support to the validator and transpiler.\n- Interactive tutorial.\n- Sample projects.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvinjanssen%2Flumio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarvinjanssen%2Flumio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvinjanssen%2Flumio/lists"}