{"id":19205069,"url":"https://github.com/ggwpez/frame-runtime-api","last_synced_at":"2025-07-22T01:05:32.801Z","repository":{"id":236033366,"uuid":"791768598","full_name":"ggwpez/frame-runtime-api","owner":"ggwpez","description":"CLI to call APIs on a Runtime WASM blob.","archived":false,"fork":false,"pushed_at":"2025-06-10T14:30:37.000Z","size":54,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T16:22:05.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/ggwpez.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}},"created_at":"2024-04-25T10:32:21.000Z","updated_at":"2025-06-10T14:33:06.000Z","dependencies_parsed_at":"2024-04-25T11:51:31.962Z","dependency_job_id":null,"html_url":"https://github.com/ggwpez/frame-runtime-api","commit_stats":null,"previous_names":["ggwpez/frame-runtime-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ggwpez/frame-runtime-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggwpez%2Fframe-runtime-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggwpez%2Fframe-runtime-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggwpez%2Fframe-runtime-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggwpez%2Fframe-runtime-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ggwpez","download_url":"https://codeload.github.com/ggwpez/frame-runtime-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggwpez%2Fframe-runtime-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266405405,"owners_count":23923536,"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-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":"2024-11-09T13:11:08.955Z","updated_at":"2025-07-22T01:05:32.774Z","avatar_url":"https://github.com/ggwpez.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frame Runtime API CLI\n\nCall into WASM Runtime API for debugging purposes.\n\n## Example\n\nFirst download some Substrate WASM runtime, like [Polkadot 1.2.0](https://github.com/polkadot-fellows/runtimes/releases/download/v1.2.0/polkadot_runtime-v1002000.compact.compressed.wasm).\n\nSome example calls:\n```bash\n# Get the metadata\nframe-runtime-api -r polkadot_runtime-v1002000.compact.compressed.wasm call Metadata metadata\n\n# Get the versions\nframe-runtime-api -r .. call Core version\n```\n\nListing and finding metadata types:\n```bash\n# List all types\nframe-runtime-api -r .. metadata list types\n\n# Find a specific type (case-insensitive)\nframe-runtime-api -r .. metadata find type runtimeversion\n\u003e sp_version::RuntimeVersion\n```\n\n## TODO\n\n- [ ] Use V15 Runtime API metadata to decode results instead of hard-coding some known-good ones.\n- [ ] Make passing arguments easier.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggwpez%2Fframe-runtime-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fggwpez%2Fframe-runtime-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggwpez%2Fframe-runtime-api/lists"}