{"id":23263150,"url":"https://github.com/wavesplatform/marshall","last_synced_at":"2025-08-20T18:34:56.268Z","repository":{"id":34980983,"uuid":"161328700","full_name":"wavesplatform/marshall","owner":"wavesplatform","description":"binary-json-js converter","archived":false,"fork":false,"pushed_at":"2023-01-03T15:35:21.000Z","size":1749,"stargazers_count":1,"open_issues_count":15,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-25T09:13:43.544Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/wavesplatform.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}},"created_at":"2018-12-11T12:12:17.000Z","updated_at":"2023-08-08T20:39:44.000Z","dependencies_parsed_at":"2023-01-15T11:24:54.548Z","dependency_job_id":null,"html_url":"https://github.com/wavesplatform/marshall","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wavesplatform/marshall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesplatform%2Fmarshall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesplatform%2Fmarshall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesplatform%2Fmarshall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesplatform%2Fmarshall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavesplatform","download_url":"https://codeload.github.com/wavesplatform/marshall/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavesplatform%2Fmarshall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271363903,"owners_count":24746789,"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-08-20T02:00:09.606Z","response_time":69,"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-12-19T14:14:59.802Z","updated_at":"2025-08-20T18:34:55.933Z","avatar_url":"https://github.com/wavesplatform.png","language":"TypeScript","readme":"# @waves/marshall\n\nMarshall can serialize and parse Waves blockchain data structures\n\n### Includes:\n- Serialization primitives\n- Parsing primitives\n- Binary to js converters\n- Js to binary converters\n- JSON to js converters\n- Js to JSON converters\n\n### Usage:\n```javascript\nimport { binary, json } from 'parse-serialize'\n\nconst tx = {\n  type: 10,\n  version: 2,\n  fee: 100000,\n  senderPublicKey: '7GGPvAPV3Gmxo4eswmBRLb6bXXEhAovPinfcwVkA2LJh',\n  timestamp: 1542539421565,\n  id: '1bVuFdMbDAk6dhcQFfJFxpDjmm8DdFnnKesQ3wpxj7P',\n  proofs:\n    ['5cW1Ej6wFRK1XpMm3daCWjiSXaKGYfL7bmspZjzATXrNYjRVxZJQVJsDU7ZVcxNXcKJ39fhjxv3rSu4ovPT3Fau8'],\n  alias: 'MyTestAlias'\n};\n\n// Binary converter\nconst bytes = binary.serializeTx(tx);\n\nconst txb = binary.parseTx(bytes)\n\n// json converted\nconst jsonString = json.stringifyTx(tx)\n\nconst txj = json.parseTx(jsonString)\n\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavesplatform%2Fmarshall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavesplatform%2Fmarshall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavesplatform%2Fmarshall/lists"}