{"id":28856424,"url":"https://github.com/superdev093/mintyswap-v3-periphery","last_synced_at":"2025-07-22T09:34:08.928Z","repository":{"id":109985944,"uuid":"394612815","full_name":"superdev093/mintyswap-v3-periphery","owner":"superdev093","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-06T09:50:53.000Z","size":2041,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-20T00:15:06.637Z","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":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/superdev093.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"audits/abdk/audit.pdf","citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-10T10:31:48.000Z","updated_at":"2021-08-10T10:32:38.000Z","dependencies_parsed_at":"2023-03-13T13:59:49.000Z","dependency_job_id":null,"html_url":"https://github.com/superdev093/mintyswap-v3-periphery","commit_stats":null,"previous_names":["carlominds/mintyswap-v3-periphery","getarobertson/mintyswap-v3-periphery","superdev093/mintyswap-v3-periphery"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/superdev093/mintyswap-v3-periphery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superdev093%2Fmintyswap-v3-periphery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superdev093%2Fmintyswap-v3-periphery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superdev093%2Fmintyswap-v3-periphery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superdev093%2Fmintyswap-v3-periphery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superdev093","download_url":"https://codeload.github.com/superdev093/mintyswap-v3-periphery/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superdev093%2Fmintyswap-v3-periphery/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266465557,"owners_count":23933150,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":"2025-06-20T00:13:30.536Z","updated_at":"2025-07-22T09:34:08.917Z","avatar_url":"https://github.com/superdev093.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uniswap V3 Periphery\n\n[![Tests](https://github.com/Uniswap/uniswap-v3-periphery/workflows/Tests/badge.svg)](https://github.com/Uniswap/uniswap-v3-periphery/actions?query=workflow%3ATests)\n[![Lint](https://github.com/Uniswap/uniswap-v3-periphery/workflows/Lint/badge.svg)](https://github.com/Uniswap/uniswap-v3-periphery/actions?query=workflow%3ALint)\n\nThis repository contains the periphery smart contracts for the Uniswap V3 Protocol.\nFor the lower level core contracts, see the [uniswap-v3-core](https://github.com/Uniswap/uniswap-v3-core)\nrepository.\n\n## Bug bounty\n\nThis repository is subject to the Uniswap V3 bug bounty program,\nper the terms defined [here](./bug-bounty.md).\n\n## Local deployment\n\nIn order to deploy this code to a local testnet, you should install the npm package\n`@uniswap/v3-periphery`\nand import bytecode imported from artifacts located at\n`@uniswap/v3-periphery/artifacts/contracts/*/*.json`.\nFor example:\n\n```typescript\nimport {\n  abi as SWAP_ROUTER_ABI,\n  bytecode as SWAP_ROUTER_BYTECODE,\n} from '@uniswap/v3-periphery/artifacts/contracts/SwapRouter.sol/SwapRouter.json'\n\n// deploy the bytecode\n```\n\nThis will ensure that you are testing against the same bytecode that is deployed to\nmainnet and public testnets, and all Uniswap code will correctly interoperate with\nyour local deployment.\n\n## Using solidity interfaces\n\nThe Uniswap v3 periphery interfaces are available for import into solidity smart contracts\nvia the npm artifact `@uniswap/v3-periphery`, e.g.:\n\n```solidity\nimport '@uniswap/v3-periphery/contracts/interfaces/ISwapRouter.sol';\n\ncontract MyContract {\n  ISwapRouter router;\n\n  function doSomethingWithSwapRouter() {\n    // router.exactInput(...);\n  }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperdev093%2Fmintyswap-v3-periphery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperdev093%2Fmintyswap-v3-periphery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperdev093%2Fmintyswap-v3-periphery/lists"}