{"id":13562546,"url":"https://github.com/axone-protocol/axone-contract-schema","last_synced_at":"2025-04-03T18:33:54.102Z","repository":{"id":191647421,"uuid":"683038602","full_name":"axone-protocol/axone-contract-schema","owner":"axone-protocol","description":"🚀 Client libraries (for different languages) simplifying Axone chain interactions.","archived":false,"fork":false,"pushed_at":"2025-03-18T11:00:18.000Z","size":641,"stargazers_count":5,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-21T08:37:47.415Z","etag":null,"topics":["golang","schema","smart-contracts","typescript"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axone-protocol.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":"2023-08-25T12:59:18.000Z","updated_at":"2025-03-18T11:00:21.000Z","dependencies_parsed_at":"2023-08-30T23:30:09.196Z","dependency_job_id":"2cf26979-eb6c-48d8-95a1-b5711e3d1fe3","html_url":"https://github.com/axone-protocol/axone-contract-schema","commit_stats":null,"previous_names":["okp4/okp4-contract-schema"],"tags_count":2,"template":false,"template_full_name":"okp4/template-oss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axone-protocol%2Faxone-contract-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axone-protocol%2Faxone-contract-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axone-protocol%2Faxone-contract-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axone-protocol%2Faxone-contract-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axone-protocol","download_url":"https://codeload.github.com/axone-protocol/axone-contract-schema/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247057135,"owners_count":20876520,"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":["golang","schema","smart-contracts","typescript"],"created_at":"2024-08-01T13:01:09.773Z","updated_at":"2025-04-03T18:33:49.084Z","avatar_url":"https://github.com/axone-protocol.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Contract schemas\n\n\u003e Generated types for [AXONE contracts schemas](https://github.com/axone-protocol/contracts).\n\n[![version](https://img.shields.io/github/v/release/axone-protocol/axone-contract-schema?style=for-the-badge\u0026logo=github)](https://github.com/axone-protocol/axone-contract-schema/releases)\n[![build](https://img.shields.io/github/actions/workflow/status/axone-protocol/axone-contract-schema/build.yml?branch=main\u0026label=build\u0026style=for-the-badge\u0026logo=github)](https://github.com/axone-protocol/axone-contract-schema/actions/workflows/build.yml)\n[![lint](https://img.shields.io/github/actions/workflow/status/axone-protocol/axone-contract-schema/lint.yml?branch=main\u0026label=lint\u0026style=for-the-badge\u0026logo=github)](https://github.com/axone-protocol/axone-contract-schema/actions/workflows/lint.yml)\n[![test](https://img.shields.io/github/actions/workflow/status/axone-protocol/axone-contract-schema/test.yml?branch=main\u0026label=test\u0026style=for-the-badge\u0026logo=github)](https://github.com/axone-protocol/axone-contract-schema/actions/workflows/test.yml)\n[![conventional commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge\u0026logo=conventionalcommits)](https://conventionalcommits.org)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge)](https://github.com/semantic-release/semantic-release)\n[![contributor covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=for-the-badge)](https://github.com/axone-protocol/.github/blob/main/CODE_OF_CONDUCT.md)\n[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg?style=for-the-badge)](https://opensource.org/licenses/BSD-3-Clause)\n\n## Purpose\n\nThis repository contains [AXONE contract schemas](https://github.com/axone-protocol/contracts) and enables the generation of JSON Schema types in multiple programming languages, including:\n\n- TypeScript ([ts](ts/))\n\n## Usage\n\n### Requirements\n\n- [mage](https://magefile.org/) 1.15+\n- [Go](https://golang.org/) 1.22+\n\n### Available commands\n\n```bash\nTargets:\n  build:go           build go schema for the given contract schema.\n  build:ts           build typescript schema for the given contract schema.\n  bumpVersion:go     bumps the version of the go packages with the given version.\n  bumpVersion:ts     bumps the version of the typescript packages with the given version.\n  publish:ts         publishes the typescript packages for the given schema.\n  schema:clean       remove temporary files.\n  schema:download    download contracts schemas at a given ref.\n  schema:generate    build and generate contracts json schemas at the given ref.\n  schema:readme      generate contracts readme on all target.\n```\n\nDownload and generate schema for a specific version:\n\n```bash\nmage schema:generate v5.0.0\n```\n\nBuild targeted language schema:\n\n```bash\nmage build:ts axone-objectarium\n```\n\n## You want to get involved? 😍\n\nPlease check out AXONE health files :\n\n- [Contributing](https://github.com/axone-protocol/.github/blob/main/CONTRIBUTING.md)\n- [Code of conduct](https://github.com/axone-protocol/.github/blob/main/CODE_OF_CONDUCT.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxone-protocol%2Faxone-contract-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxone-protocol%2Faxone-contract-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxone-protocol%2Faxone-contract-schema/lists"}