{"id":19533908,"url":"https://github.com/ethereum-optimism/axos","last_synced_at":"2025-04-26T14:34:29.062Z","repository":{"id":213556968,"uuid":"719713269","full_name":"ethereum-optimism/axos","owner":"ethereum-optimism","description":"Portable no-std Derivation Pipeline engineered in pure Rust","archived":false,"fork":false,"pushed_at":"2023-12-21T16:16:41.000Z","size":2935,"stargazers_count":27,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-28T17:38:43.418Z","etag":null,"topics":["crates","evm","no-std","op-st","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/axos","language":"Rust","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/ethereum-optimism.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-11-16T18:39:18.000Z","updated_at":"2024-09-29T02:21:23.000Z","dependencies_parsed_at":"2023-12-21T18:40:36.685Z","dependency_job_id":null,"html_url":"https://github.com/ethereum-optimism/axos","commit_stats":null,"previous_names":["ethereum-optimism/axos","refcell/axos"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethereum-optimism%2Faxos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethereum-optimism%2Faxos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethereum-optimism%2Faxos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ethereum-optimism%2Faxos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ethereum-optimism","download_url":"https://codeload.github.com/ethereum-optimism/axos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224036272,"owners_count":17245035,"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","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":["crates","evm","no-std","op-st","rust"],"created_at":"2024-11-11T02:10:51.155Z","updated_at":"2024-11-11T02:10:52.074Z","avatar_url":"https://github.com/ethereum-optimism.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# axos\n\n[![CI Build Status]][actions]\n[![Release]][actions]\n[![Tag Build Status]][actions]\n[![License]][mit-license]\n[![Docs]][Docs-rs]\n[![Latest Version]][crates.io]\n[![no_std supported][no_std]][nostd]\n[![rustc 1.72.1+]][Rust 1.72.1]\n\n[CI Build Status]: https://img.shields.io/github/actions/workflow/status/ethereum-optimism/axos/ci.yml?branch=main\u0026label=build\n[Tag Build Status]: https://img.shields.io/github/actions/workflow/status/ethereum-optimism/axos/tag.yml?branch=main\u0026label=tag\n[Release]: https://img.shields.io/github/actions/workflow/status/ethereum-optimism/axos/release.yml?branch=main\u0026label=release\n[actions]: https://github.com/ethereum-optimism/axos/actions?query=branch%3Amain\n[Latest Version]: https://img.shields.io/crates/v/axos.svg\n[crates.io]: https://crates.io/crates/axos\n[rustc 1.72.1+]: https://img.shields.io/badge/rustc_1.72.1+-lightgray.svg\n[Rust 1.72.1]: https://blog.rust-lang.org/2023/09/19/Rust-1.72.1.html\n[License]: https://img.shields.io/badge/license-MIT-7795AF.svg\n[mit-license]: https://github.com/ethereum-optimism/axos/blob/main/LICENSE.md\n[Docs-rs]: https://docs.rs/axos/\n[Docs]: https://img.shields.io/docsrs/axos.svg?color=319e8c\u0026label=docs.rs\n[no_std]: https://img.shields.io/badge/no__std-tested-green.svg\n[nostd]: https://docs.rust-embedded.org/book/intro/no-std.html#summary\n[refcell]: https://axos.refcell.org\n\n**Portable no-std Derivation Pipeline engineered in pure Rust** https://github.com/ethereum-optimism/axos/labels/alpha\n\n![](./etc/banner.png)\n\n**[Install](#usage)**\n| [Usage](#usage)\n| [Development](#developing)\n| [Crate Docs][crates.io]\n| [Specs][refcell]\n| [Reference][Docs-rs]\n| [Contributing](#contributing)\n| [License](#license)\n\n## What is axos?\n\nPortable no-std Derivation Pipeline engineered in pure Rust.\n\n## Usage\n\n`axos` is meant to be used as a library with [cargo][crates.io].\nAdd it to your project with [`cargo add`](https://github.com/rust-lang/cargo/tree/master/src/cargo/ops/cargo_add).\n\n```text\ncargo add axos\n```\n\n## Developing\n\nTo get started locally, make sure to have [`just`][just] installed.\nThis will allow you to get up and running by executing the `just`\ncommand in the root of the `axos` repository. This will run the\nfollowing `Justfile` targets:\n\n- *fmt*: Formats all rust files with [rustfmt][fmt].\n- *clippy*: Lints all targets with [clippy][clippy]. (all features)\n- *tests*: Runs all workspace tests with [nextest][nextest]. (all features)\n\nTo run the `axos` derivation pipeline as a binary, there is a convenience\nbinary crate `axt`, inside [`./bins/`][bins], that can run `axos` using\nmock data, an offline provider, or with live chain data. _Just_ run `axt`\nin mock provider mode using the `axt` target: `just axt`.\n\n[bins]: ./bins/\n[nextest]: https://github.com/nextest-rs/nextest\n[clippy]: https://github.com/rust-lang/rust-clippy\n[fmt]: https://github.com/rust-lang/rustfmt\n[just]: https://github.com/casey/just\n\n## Contributing\n\nContributions to `axos` are welcome and highly appreciated.\n\nWhen opening a pull request or issue, please provide concise and\ndescriptive detail such that anyone with little context reading your\nissue or reviewing your pull request can easily understand and\nprovide meaningful feedback.\n\nBefore opening a pull request, make sure all tests pass. Execute `just`\nto run the default Justfile target, which formats, lints, and tests\nall rust files in the cargo workspace. If the `just` command succeeds\nlocally, ci will likely pass in your pull request.\n\n## Troubleshooting\n\nPlease check existing issues for similar bugs or\n[open an issue](https://github.com/ethereum-optimism/axos/issues/new)\nif no relevant issue already exists.\n\n## License\n\nFully licensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethereum-optimism%2Faxos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fethereum-optimism%2Faxos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fethereum-optimism%2Faxos/lists"}