{"id":13558461,"url":"https://github.com/openlawteam/openlaw-core","last_synced_at":"2026-02-25T22:05:03.466Z","repository":{"id":48283270,"uuid":"131609321","full_name":"openlawteam/openlaw-core","owner":"openlawteam","description":"Shared Scala libraries for the OpenLaw project.","archived":false,"fork":false,"pushed_at":"2021-08-03T13:11:28.000Z","size":1722,"stargazers_count":104,"open_issues_count":12,"forks_count":22,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-06-07T23:53:00.358Z","etag":null,"topics":["ethereum","flow","legaltech","library","markup-language","oracles","parser","scala","smart-contracts","vm","webpack"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/openlawteam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2018-04-30T14:56:52.000Z","updated_at":"2025-05-18T17:37:58.000Z","dependencies_parsed_at":"2022-08-30T05:12:35.294Z","dependency_job_id":null,"html_url":"https://github.com/openlawteam/openlaw-core","commit_stats":null,"previous_names":[],"tags_count":94,"template":false,"template_full_name":null,"purl":"pkg:github/openlawteam/openlaw-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlawteam%2Fopenlaw-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlawteam%2Fopenlaw-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlawteam%2Fopenlaw-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlawteam%2Fopenlaw-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openlawteam","download_url":"https://codeload.github.com/openlawteam/openlaw-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlawteam%2Fopenlaw-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29842918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T21:18:31.832Z","status":"ssl_error","status_checked_at":"2026-02-25T21:18:29.265Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ethereum","flow","legaltech","library","markup-language","oracles","parser","scala","smart-contracts","vm","webpack"],"created_at":"2024-08-01T12:04:58.119Z","updated_at":"2026-02-25T22:05:03.447Z","avatar_url":"https://github.com/openlawteam.png","language":"Scala","funding_links":[],"categories":["Scala","ethereum"],"sub_categories":[],"readme":"# Shared Scala libraries for the OpenLaw project\n\n[![CodeFactor](https://www.codefactor.io/repository/github/openlawteam/openlaw-core/badge)](https://www.codefactor.io/repository/github/openlawteam/openlaw-core)\n\n## Getting started\n\nIf you want to learn more about this library, please read our [OpenLaw core overview](https://docs.openlaw.io/openlaw-core/).\n\nIf you want to use OpenLaw core in your Scala project, here is how to add it to your sbt project:\n\n```scala\n// First add our repository\nresolvers += \"Openlaw core\" at \"https://dl.bintray.com/openlawos/openlaw-core\"\n\n//add the dependency\nlibraryDependencies += \"org.openlaw\" %% \"openlaw-core\" % \"\u003clast version\u003e\"\n```\n\n## Contributing\n\nWant to get involved? See detailed information about contributing [here](docs/CONTRIBUTING.md)!\n\n### Versioning\n\nProject versioning is automatically maintained from [Semantic Versioning](https://semver.org/spec/v2.0.0.html) formatted tags via `sbt-git`.\n\n\u003csmall\u003eIf the most recent release was versioned `v1.2.3`, you may notice your local version is something like `1.2.3-7-a1b2c3d`. This means you are `7` commits past release `1.2.3`, and the latest commit was SHA `a1b2c3d`.\u003c/small\u003e\n\n### Code Formatting\n\nWe adhere to standardized code formatting via\n[scalafmt](https://scalameta.org/scalafmt/). All PRs will be automatically\nchecked for adherence. If they do not adhere to standardized formatting, they\nshould be corrected prior to being merged.\n\nThe best way is let your editor handle everything for you everytime you hit\nsave, see the [Scalafmt Installation\nDocs](https://scalameta.org/scalafmt/docs/installation.html) or the OpenLaw\ndeveloper setup documentation.\n\nTo manually verify, can run `make lint-style` to check and `make lint-style-fix`\nto automatically repair all files.\n\n### Release Process\n\nFor project maintainers, our current release process is documented [here](docs/ReleaseProcess.md).\n\n## License\n\nCopyright 2019 Aaron Wright, David Roon, and ConsenSys AG.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenlawteam%2Fopenlaw-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenlawteam%2Fopenlaw-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenlawteam%2Fopenlaw-core/lists"}