{"id":26448578,"url":"https://github.com/scorum/scorum-side-js","last_synced_at":"2025-03-18T14:35:05.280Z","repository":{"id":57139400,"uuid":"130974776","full_name":"scorum/scorum-side-js","owner":"scorum","description":"Scorum js for side chain","archived":false,"fork":false,"pushed_at":"2018-12-05T20:48:49.000Z","size":203,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-10T07:36:37.308Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scorum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-25T08:26:58.000Z","updated_at":"2019-11-16T10:15:06.000Z","dependencies_parsed_at":"2022-08-29T01:10:30.657Z","dependency_job_id":null,"html_url":"https://github.com/scorum/scorum-side-js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scorum%2Fscorum-side-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scorum%2Fscorum-side-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scorum%2Fscorum-side-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scorum%2Fscorum-side-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scorum","download_url":"https://codeload.github.com/scorum/scorum-side-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244240941,"owners_count":20421555,"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":[],"created_at":"2025-03-18T14:35:04.815Z","updated_at":"2025-03-18T14:35:05.272Z","avatar_url":"https://github.com/scorum.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scorum-side.js\nScorum-side.js -- JavaScript API for Scorum sidechain.\n\nLibrary support only http transport\n\n## Browser\n```html\n\u003cscript src=\"./scorum-side.min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    scorum.api.setOptions({ url: 'https://blog-api-dev.scorum.com/', convert_url: 'https://converter-dev.scorum.com/' });\n    scorum.config.set('address_prefix', 'SCR');\n    scorum.config.set('chain_id', 'd3c1f19a4947c296446583f988c43fd1a83818fabaf3454a0020198cb361ebd2');\n\n    scorum.api.getProfileWithAsync({\n      account: 'kristie'\n    })\n    .then(response =\u003e console.log(response))\n    .catch(err =\u003e console.error(err));\n\u003c/script\u003e\n```\n\n## Install\n```\n$ yarn add @scorum/scorum-side-js\n```\n## Examples\n* The client side examples can be found under `examples/client` folder.\n* The server side examples can be found under `examples/server` folder.\n\n## Contributions\nPatches are welcome! Contributors are listed in the package.json file. Please run the tests before opening a pull request and make sure that you are passing all of them. If you would like to contribute, but don't know what to work on, check the issues list.\n\n## Issues\nWhen you find issues, please report them!\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscorum%2Fscorum-side-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscorum%2Fscorum-side-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscorum%2Fscorum-side-js/lists"}