{"id":34711137,"url":"https://github.com/philogicae/sui-workshop","last_synced_at":"2026-05-29T07:12:39.182Z","repository":{"id":322258948,"uuid":"1087637995","full_name":"philogicae/sui-workshop","owner":"philogicae","description":"One-liner to auto-install \u0026 run (\u0026 dev) Sui workshop in \u003c5min","archived":false,"fork":false,"pushed_at":"2025-11-03T14:26:30.000Z","size":68,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-03T14:28:29.149Z","etag":null,"topics":["fdevc","sui","workshop"],"latest_commit_sha":null,"homepage":"https://deepwiki.com/philogicae/sui-workshop","language":"TypeScript","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/philogicae.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-01T10:28:43.000Z","updated_at":"2025-11-03T14:26:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/philogicae/sui-workshop","commit_stats":null,"previous_names":["philogicae/sui-workshop"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/philogicae/sui-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philogicae%2Fsui-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philogicae%2Fsui-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philogicae%2Fsui-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philogicae%2Fsui-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philogicae","download_url":"https://codeload.github.com/philogicae/sui-workshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philogicae%2Fsui-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33640868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["fdevc","sui","workshop"],"created_at":"2025-12-24T23:57:13.843Z","updated_at":"2026-05-29T07:12:39.169Z","avatar_url":"https://github.com/philogicae.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sui-workshop\n\nOne-liner to auto-install \u0026 run (\u0026 dev) a `fdevc runnable project` for [Sui workshop](https://github.com/MystenLabs/sui-stack-hello-world) powered by [fdevc](https://github.com/philogicae/fast_dev_container)\n\n[![Curl](https://img.shields.io/badge/curl-required-orange)](https://curl.se/)\n[![Git](https://img.shields.io/badge/git-required-orange)](https://git-scm.com/)\n[![Docker](https://img.shields.io/badge/docker-required-orange)](https://www.docker.com/get-started/)\n[![Python](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/philogicae/sui-workshop)\n\n\u003e Move Docs: [Move-Book with AI](https://deepwiki.com/MystenLabs/move-book)\n\n## Quick Install\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/philogicae/sui-workshop/main/install_and_run | bash\n```\n\n## Project Structure\n\n```\n📁 sui-workshop\n ├── install_and_run       # Auto-install script\n ├── launch.sh              # Container launcher\n ├── 📁 project             # Git project mount\n └── 📁 fdevc_setup          # Setup scripts mount\n      └── runnable.sh         # Main container script\n```\n\n- **`install_and_run`** - Installation script that ensures `fdevc` is available, clones this repository, and runs `launch.sh`.\n- **`launch.sh`** - Helper script to launch a container using `fdevc` with predefined settings. Edit the configuration variables at the top to customize ports, image, persistence, etc.\n- **`fdevc_setup/runnable.sh`** - The main script that runs inside the container (complete Sui setup).\n- **`project/`** - The mounted target folder for git cloned project\n\n## Usage\n\n\u003e Required: sui-workshop is running (quick install script or ran ./launch.sh directly)\n\n1. Import an existing config into `./fdevc_setup`, else a new one will be created (`client.yaml`, `sui.keystore`, `dev.passphrase`).\n\n2. Import your `dev passphrase` (`./fdevc_setup/dev.passphrase`) in `Slush` browser extension and claim [faucet](https://faucet.sui.io/?network=testnet).\n\n3. Try out Sui template at [http://localhost:5173](http://localhost:5173) (or any other forwarded port you configured)\n\n4. Open `sui-workshop` in your IDE and start coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilogicae%2Fsui-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilogicae%2Fsui-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilogicae%2Fsui-workshop/lists"}