{"id":29798238,"url":"https://github.com/uncomputable/simplicity-webide","last_synced_at":"2025-07-28T07:13:35.990Z","repository":{"id":209226911,"uuid":"723507798","full_name":"uncomputable/simplicity-webide","owner":"uncomputable","description":"Simplicity development in the browser!","archived":false,"fork":false,"pushed_at":"2025-07-14T14:49:36.000Z","size":66967,"stargazers_count":9,"open_issues_count":5,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-14T18:39:47.443Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ide.simplicity-lang.org","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uncomputable.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,"zenodo":null}},"created_at":"2023-11-25T22:11:06.000Z","updated_at":"2025-07-14T14:52:41.000Z","dependencies_parsed_at":"2024-02-14T13:28:38.194Z","dependency_job_id":"182f1d95-3e24-4e08-a84b-17eab95629c5","html_url":"https://github.com/uncomputable/simplicity-webide","commit_stats":null,"previous_names":["uncomputable/simplicity-webide","uncomputable/simfony-webide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uncomputable/simplicity-webide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncomputable%2Fsimplicity-webide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncomputable%2Fsimplicity-webide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncomputable%2Fsimplicity-webide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncomputable%2Fsimplicity-webide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uncomputable","download_url":"https://codeload.github.com/uncomputable/simplicity-webide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uncomputable%2Fsimplicity-webide/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267477007,"owners_count":24093641,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-07-28T07:13:35.238Z","updated_at":"2025-07-28T07:13:35.983Z","avatar_url":"https://github.com/uncomputable.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simfony Web IDE\n\n[Simfony](https://github.com/BlockstreamResearch/simfony) is a high-level language for writing Bitcoin smart contracts.\n\nSimfony looks and feels like [Rust](https://www.rust-lang.org). Just how Rust compiles down to assembly language, Simfony compiles down to Simplicity bytecode. Developers write Simfony, full nodes execute Simplicity.\n\n[A live demo is running on GitHub pages](https://simfony.dev).\n\n## Develop the project\n\n### Install dependencies\n\nFirst install nix.\n\n```bash\ncurl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install\n```\n\n_You might need to open a new terminal for the changes to take effect._\n\nThen enter the nix developer environment.\n\n```bash\nnix develop\n```\n\nNow you can use all `just` commands.\n\n```bash\njust --list\n```\n\n### Deploy a local website\n\nCompile the website and serve it on localhost.\n\n```bash\njust serve\n```\n\nYou can instruct the compiler to open the website on the default browser.\n\n```bash\njust open\n```\n\nThe compiler will keep running in the background and make live updates to the website as you change the code.\n\n### Run CI\n\nRun a single command to run all CI jobs.\n\n```bash\njust check\n```\n\nThere are `just` commands that can help you fix broken code.\n\n```bash\njust --list\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funcomputable%2Fsimplicity-webide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funcomputable%2Fsimplicity-webide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funcomputable%2Fsimplicity-webide/lists"}