{"id":20060635,"url":"https://github.com/oasisprotocol/emerald-paratime","last_synced_at":"2025-10-06T01:41:35.857Z","repository":{"id":37469488,"uuid":"417496969","full_name":"oasisprotocol/emerald-paratime","owner":"oasisprotocol","description":"Emerald, the EVM compatible paratime","archived":false,"fork":false,"pushed_at":"2023-11-28T20:34:25.000Z","size":206,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-05-05T15:51:05.136Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oasisprotocol.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-15T12:47:13.000Z","updated_at":"2023-09-27T16:38:56.000Z","dependencies_parsed_at":"2023-11-28T21:46:36.459Z","dependency_job_id":"642ce4a6-1a0e-41fb-a7c3-fb9d57158c3d","html_url":"https://github.com/oasisprotocol/emerald-paratime","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/oasisprotocol/emerald-paratime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oasisprotocol%2Femerald-paratime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oasisprotocol%2Femerald-paratime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oasisprotocol%2Femerald-paratime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oasisprotocol%2Femerald-paratime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oasisprotocol","download_url":"https://codeload.github.com/oasisprotocol/emerald-paratime/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oasisprotocol%2Femerald-paratime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278547860,"owners_count":26004773,"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-10-05T02:00:06.059Z","response_time":54,"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":"2024-11-13T13:16:05.826Z","updated_at":"2025-10-06T01:41:35.830Z","avatar_url":"https://github.com/oasisprotocol.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Emerald ParaTime\n\n[![CI lint status][github-ci-lint-badge]][github-ci-lint-link]\n[![CI audit status][github-ci-audit-badge]][github-ci-audit-link]\n\n\u003c!-- markdownlint-disable line-length --\u003e\n[github-ci-lint-badge]: https://github.com/oasisprotocol/emerald-paratime/workflows/ci-lint/badge.svg\n[github-ci-lint-link]: https://github.com/oasisprotocol/emerald-paratime/actions?query=workflow:ci-lint+branch:main\n[github-ci-audit-badge]: https://github.com/oasisprotocol/emerald-paratime/workflows/ci-audit/badge.svg\n[github-ci-audit-link]: https://github.com/oasisprotocol/emerald-paratime/actions?query=workflow:ci-audit+branch:main\n\u003c!-- markdownlint-enable line-length --\u003e\n\nThis is the Emerald ParaTime, an official EVM-compatible\n[Oasis Protocol Foundation]'s ParaTime for the [Oasis Network] built using the\n[Oasis SDK].\n\n[Oasis Protocol Foundation]: https://oasisprotocol.org/\n[Oasis Network]: https://docs.oasis.dev/oasis-network-primer/\n[Oasis SDK]: https://github.com/oasisprotocol/oasis-sdk\n\n## Note\n\n* **This ParaTime currently depends on an unreleased version of [Oasis SDK].**\n\n## Building\n\n### Prerequisites\n\n#### Rust\n\nEnsure you have [Rust] and [rustup] installed on your system.\nFor more details, see [Oasis Core's Prerequisites] documentation, the Rust\nsection.\n\nThe version of the Rust toolchain we use for the Emerald ParaTime is specified\nin the [rust-toolchain] file.\n\nThe rustup-installed versions of `cargo`, `rustc` and other tools will\n[automatically detect this file and use the appropriate version of the Rust\ntoolchain][rust-toolchain-precedence] when invoked from the Emerald ParaTime git\ncheckout directory.\n\nTo install the appropriate version of the Rust toolchain, make sure you are\nin an Emerald ParaTime git checkout directory and run:\n\n```\nrustup show\n```\n\nThis will automatically install the appropriate Rust toolchain (if not\npresent) and output something similar to:\n\n```\n...\n\nactive toolchain\n----------------\n\nnightly-2021-08-17-x86_64-unknown-linux-gnu (overridden by '/code/rust-toolchain')\nrustc 1.56.0-nightly (0035d9dce 2021-08-16)\n```\n\n[Rust]: https://www.rust-lang.org/\n[rustup]: https://rustup.rs/\n[Oasis Core's Prerequisites]:\n  https://docs.oasis.dev/oasis-core/development-setup/build-environment-setup-and-building/prerequisites\n[rust-toolchain]: rust-toolchain\n[rust-toolchain-precedence]:\n  https://github.com/rust-lang/rustup/blob/master/README.md#override-precedence\n\n### Non-SGX Binary\n\nTo build the non-SGX binary of the Emerald ParaTime, checkout the appropriate\nversion and run:\n\n```\ncargo build --release\n```\n\nThe resulting ELF binary is located at `target/release/emerald-paratime`.\n\n_NOTE: The non-SGX binary is dynamically linked so it may not be portable\nbetween machines with different versions of shared libraries._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foasisprotocol%2Femerald-paratime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foasisprotocol%2Femerald-paratime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foasisprotocol%2Femerald-paratime/lists"}