{"id":26187957,"url":"https://github.com/tomusdrw/as-lan","last_synced_at":"2026-04-18T21:37:17.801Z","repository":{"id":272752986,"uuid":"917643657","full_name":"tomusdrw/as-lan","owner":"tomusdrw","description":"JAM stuff in AssemblyScript","archived":false,"fork":false,"pushed_at":"2025-10-27T13:20:58.000Z","size":41,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T15:15:07.043Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomusdrw.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-16T11:32:03.000Z","updated_at":"2025-10-27T13:17:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"43d9548c-dd51-467d-895e-af021f8c0d3c","html_url":"https://github.com/tomusdrw/as-lan","commit_stats":null,"previous_names":["tomusdrw/as-lan"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tomusdrw/as-lan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomusdrw%2Fas-lan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomusdrw%2Fas-lan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomusdrw%2Fas-lan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomusdrw%2Fas-lan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomusdrw","download_url":"https://codeload.github.com/tomusdrw/as-lan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomusdrw%2Fas-lan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28008723,"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-12-24T02:00:07.193Z","response_time":83,"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-03-11T23:53:24.306Z","updated_at":"2026-04-18T21:37:17.792Z","avatar_url":"https://github.com/tomusdrw.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🦁 as-lan\n\nAssemblyScript SDK for building [JAM](https://graypaper.com/) services.\n\n**[Full Documentation](https://todr.me/as-lan/)**\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/) (v22+)\n- [wasm-pvm-cli](https://crates.io/crates/wasm-pvm-cli) — compiles WASM to JAM PVM binaries\n\n  ```bash\n  cargo install wasm-pvm-cli@0.7.1\n  ```\n\n## Quick Start\n\nScaffold a new service project with one command:\n\n```bash\ncurl -sL https://todr.me/as-lan/start.sh | bash -s my-service\ncd my-service\nnpm run build\n```\n\nThis creates basic project with the SDK wired up as a git submodule. Edit `assembly/service.ts` to implement your service logic.\n\nSee the [Getting Started guide](https://todr.me/as-lan/getting-started.html) for details on what gets generated and next steps.\n\n## Development\n\n```bash\n# Install dependencies\nnpm install\n\n# Build the fibonacci example (WASM + PVM)\nnpm run build\n\n# Run tests (SDK + example)\nnpm test\n\n# Lint \u0026 format\nnpm run qa\nnpm run qa-fix\n```\n\nThe build produces both `.wasm` and `.pvm` (PolkaVM/JAM SPI binary) files in the `build/` directory of each service. The `.pvm` file is what gets deployed to JAM.\n\n## License\n\nMPL-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomusdrw%2Fas-lan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomusdrw%2Fas-lan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomusdrw%2Fas-lan/lists"}