{"id":22153684,"url":"https://github.com/trudi-group/stellar_analysis","last_synced_at":"2025-07-26T06:32:24.120Z","repository":{"id":45447307,"uuid":"286465336","full_name":"trudi-group/stellar_analysis","owner":"trudi-group","description":"Interactive analyses of the Stellar public network using fbas_analyzer compiled to WebAssembly.","archived":false,"fork":false,"pushed_at":"2024-05-02T08:58:24.000Z","size":381,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T22:41:48.494Z","etag":null,"topics":["rustwasm","stellar"],"latest_commit_sha":null,"homepage":"https://trudi.weizenbaum-institut.de/stellar_analysis/","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/trudi-group.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}},"created_at":"2020-08-10T12:13:05.000Z","updated_at":"2024-05-02T08:58:12.000Z","dependencies_parsed_at":"2024-05-02T10:07:05.427Z","dependency_job_id":"0f89c78d-3894-4bb2-a8e2-f90e496f9a51","html_url":"https://github.com/trudi-group/stellar_analysis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trudi-group/stellar_analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trudi-group%2Fstellar_analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trudi-group%2Fstellar_analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trudi-group%2Fstellar_analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trudi-group%2Fstellar_analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trudi-group","download_url":"https://codeload.github.com/trudi-group/stellar_analysis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trudi-group%2Fstellar_analysis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267130046,"owners_count":24040389,"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-26T02:00:08.937Z","response_time":62,"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":["rustwasm","stellar"],"created_at":"2024-12-02T01:36:31.677Z","updated_at":"2025-07-26T06:32:23.817Z","avatar_url":"https://github.com/trudi-group.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Running on a local Web Server\n\n[![CI](https://github.com/wiberlin/stellar_analysis/actions/workflows/test.yml/badge.svg)](https://github.com/wiberlin/stellar_analysis/actions/workflows/test.yml)\n[![dependency status](https://deps.rs/repo/github/wiberlin/stellar_analysis/status.svg)](https://deps.rs/repo/github/wiberlin/stellar_analysis)\n\nIn this section we show how to run this tool using a local web server.\n\n1. Install [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/)\n\t- This requires a `Rustup` installation which can be downloaded [here](https://www.rust-lang.org/tools/install).\n2. Build the sources in the project's root directory: \n\n```\nwasm-pack build --target web\n```\n\n3. Start a local HTTP server of your choice such as Python3's http.server:\n\n```\npython3 -m http.server\n```\n\nAlternatively, the analyses may be performed on our server which can be found [here](https://trudi.weizenbaum-institut.de/stellar_analysis.html).\n\n## Deployment to a Web Server\n\nThis section covers how this tool can be deployed to your web server instead.\n\n1. Build the sources as shown above (item 1 \u0026 2).\n2. Copy the following files to the location of your web server's filesystem maintaining the directory structure:\n\n\t- `index.html`\n\t- `data_handler.js`\n\t- `graph.js`\n\t- `layout.css`\n\t- `util.js`\n\t- `pkg/stellar_analysis_bg.wasm`\n\t- `pkg/stellar_analysis.js`\n\n\tThe rest of the files do not need to be copied to your web server.\n\n3. Depending on your web server, you can now serve the page on your server.\n\n## Package managers\n\n1. Publish a new version to the npm registry:\n\n    1. `wasm-pack build`\n    2. `wasm-pack login`\n    3. `wasm-pack pack pkg/`\n    4. `wasm-pack publish`\n\n2. This tool is also available on [npm](https://www.npmjs.com/package/stellar_analysis) and can be installed using\n\n\t`npm i stellar_analysis`\n\nThe analyses performed here are powered by the [fbas_analyzer](https://github.com/wiberlin/fbas_analyzer) tool/library.\n\n## Running tests\n\nFor Rust parts: `wasm-pack test --node`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrudi-group%2Fstellar_analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrudi-group%2Fstellar_analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrudi-group%2Fstellar_analysis/lists"}