{"id":46489540,"url":"https://github.com/oraidex/evm-bridge-proxy","last_synced_at":"2026-03-06T10:15:57.153Z","repository":{"id":188219851,"uuid":"678301224","full_name":"oraidex/evm-bridge-proxy","owner":"oraidex","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-15T16:06:50.000Z","size":688,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-10T04:46:12.700Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oraidex.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-14T08:27:55.000Z","updated_at":"2024-10-28T01:34:52.000Z","dependencies_parsed_at":"2024-10-28T08:29:41.434Z","dependency_job_id":null,"html_url":"https://github.com/oraidex/evm-bridge-proxy","commit_stats":null,"previous_names":["oraichain/evm-bridge-proxy","oraidex/evm-bridge-proxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oraidex/evm-bridge-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oraidex%2Fevm-bridge-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oraidex%2Fevm-bridge-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oraidex%2Fevm-bridge-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oraidex%2Fevm-bridge-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oraidex","download_url":"https://codeload.github.com/oraidex/evm-bridge-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oraidex%2Fevm-bridge-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30171661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-03-06T10:15:57.001Z","updated_at":"2026-03-06T10:15:57.079Z","avatar_url":"https://github.com/oraidex.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pre-requisites\n\n- An Ethereum wallet private key, which will be the only wallet able to withdraw fees from the contract\n- The wallet address (starting with 0x)\n\n# To use this code\n\nCreate a file `.env` in the project root directory containing the wallet private keys (or mnemonic) and api key:\n\n```bash\ncd proxy-contract\nyarn \u0026\u0026 yarn compile\n```\n\n# To deploy the contract on the Rinkeby testnet for the first time\n\n```bash\nyarn hardhat run --network rinkeby --config hardhat.config.ts scripts/deploy.js\n```\n\nTake note of the contract address for interacting with the smart contract from now on\n\nCheck the contract has been deployed on [Etherscan](https://rinkeby.etherscan.io)\n\n# To make changes to the existing contract on Rinkeby\n\nUpdate `scripts/upgrade.js` with the address of your recently deployed contract ☝️\n\nEdit the contract code in `contracts/Swap.sol`\n\n```bash\nyarn hardhat run --network rinkeby scripts/upgrade.js\n```\n\n## To deploy the contract to a local blockchain\n\n```bash\ncd bridge-proxy-contract \u0026\u0026 yarn hardhat node  # in a separate terminal window\nyarn hardhat run --network localhost scripts/deploy.js\n```\n\n## To interact with the contract running on the local node using the command line\n\n```bash\nyarn hardhat run --network localhost scripts/upgrade.js\nyarn hardhat console --network localhost\nconst factory = await ethers.getContractFactory('Swap');\nconst contract = await factory.attach('0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0');\nawait contract.swap(...);\n```\n\n## To interact with the contract running on the local node using JavaScript\n\n```bash\nyarn hardhat run --network localhost ./scripts/index.js\n```\n\n## To run the unit tests\n\n```bash\nyarn test\n```\n\n## Build and check\n\n```bash\nyarn -s contracts:analyze\nyarn contracts:size\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foraidex%2Fevm-bridge-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foraidex%2Fevm-bridge-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foraidex%2Fevm-bridge-proxy/lists"}