{"id":22873952,"url":"https://github.com/angleprotocol/utils","last_synced_at":"2025-10-10T04:34:01.061Z","repository":{"id":220522370,"uuid":"748417169","full_name":"AngleProtocol/utils","owner":"AngleProtocol","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-15T11:11:32.000Z","size":155,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-16T01:10:39.119Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AngleProtocol.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":"2024-01-25T23:19:02.000Z","updated_at":"2025-07-15T11:11:35.000Z","dependencies_parsed_at":"2025-02-06T18:40:12.520Z","dependency_job_id":"04f9c35c-517e-4fc8-8a72-1a15eaae0931","html_url":"https://github.com/AngleProtocol/utils","commit_stats":null,"previous_names":["angleprotocol/utils"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AngleProtocol/utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngleProtocol%2Futils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngleProtocol%2Futils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngleProtocol%2Futils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngleProtocol%2Futils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AngleProtocol","download_url":"https://codeload.github.com/AngleProtocol/utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AngleProtocol%2Futils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002674,"owners_count":26083442,"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-10T02:00:06.843Z","response_time":62,"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-13T14:31:59.160Z","updated_at":"2025-10-10T04:34:01.045Z","avatar_url":"https://github.com/AngleProtocol.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Utils\n\nThe utils repository is used to store utils contracts and libraries that are used across multiple solidity projects. It is meant to be used as a submodule in other projects.\n\n## Installation\n\n```bash\nforge install https://github.com/AngleProtocol/utils\n```\n\n## Setup\n\nAfter installing you need to create a javascript file un utils named *forwardUtils.js* with the following content:\n\n```javascript\nconst { exec } = require(\"child_process\");\n\nif (process.argv.length \u003c 3) {\n    console.error('Please provide a chain input as an argument.');\n    process.exit(1);\n}\n\nconst command = process.argv[2];\nconst extraArgs = process.argv.slice(3).join(' ');\n\n\nexec(`node lib/utils/utils/${command}.js ${extraArgs}`, (error, stdout, stderr) =\u003e {\n    if (error) {\n        console.log(error);\n        return;\n    }\n    if (stderr) {\n        console.log(stderr);\n        return;\n    }\n    console.log(stdout);\n});\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangleprotocol%2Futils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangleprotocol%2Futils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangleprotocol%2Futils/lists"}