{"id":17329874,"url":"https://github.com/fgimenez/blabla","last_synced_at":"2025-03-27T05:43:44.637Z","repository":{"id":151240113,"uuid":"153245451","full_name":"fgimenez/blabla","owner":"fgimenez","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-16T07:56:42.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T11:11:06.504Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fgimenez.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":"2018-10-16T07:56:33.000Z","updated_at":"2018-10-16T07:56:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1623c59-92a5-4a10-9b3b-d7d3f7ea68a3","html_url":"https://github.com/fgimenez/blabla","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/fgimenez%2Fblabla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgimenez%2Fblabla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgimenez%2Fblabla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgimenez%2Fblabla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fgimenez","download_url":"https://codeload.github.com/fgimenez/blabla/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245791927,"owners_count":20672669,"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":"2024-10-15T14:49:39.521Z","updated_at":"2025-03-27T05:43:44.615Z","avatar_url":"https://github.com/fgimenez.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CircleCI](https://circleci.com/gh/ConsenSys/armlet.svg?style=svg)](https://circleci.com/gh/ConsenSys/armlet)\n[![Coverage Status](https://coveralls.io/repos/github/ConsenSys/armlet/badge.svg?branch=master)](https://coveralls.io/github/ConsenSys/armlet?branch=master)\n\n# Armlet, a Mythril Platform API client\n\nArmlet is a Node.js client for the Mythril Platform API.\n\n# Usage\n\nInstall with:\n```\n$ npm i armlet\n```\n\nHere is a small example of how you might use this client. For\ndemonstration purposes, we'll set an Mythril Platform API key and\nEMAIL as environment variables:\n\n```console\n$ export MYTHRIL_API_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\n$ export EMAIL=me@example.com\n```\n\nThen get the Mythril Platform analysis results with the promise returned by\nthe exposed function:\n```javascript\nconst armlet = require('armlet')\nconst client = new armlet.Client(\n  {\n      apiKey: process.env.MYTHRIL_API_KEY,\n      userEmail: process.env.EMAIL  // adjust this\n  })\n\nclient.analyze({bytecode: '0xf6'})\n  .then(issues =\u003e {\n    console.log(issues)\n  }).catch(err =\u003e {\n    console.log(err)\n  })\n```\nYou can also specify the timeout in milliseconds to wait for the analysis to be\ndone (the default is 10 seconds). For instance, to wait up to 5 seconds:\n```javascript\nclient.analyze({bytecode: \u003ccontract_bytecode\u003e, timeout: 5000})\n  .then(issues =\u003e {\n    console.log(issues)\n  }).catch(err =\u003e {\n    console.log(err)\n  })\n```\n\n\nSee the example directory for some simple but runnable examples of how\nto use the client.\n\nFor more info join the Mythril community at [Discord](https://discord.gg/kktn8Wt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgimenez%2Fblabla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffgimenez%2Fblabla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgimenez%2Fblabla/lists"}