{"id":19807410,"url":"https://github.com/bakstag-finance/evm-contracts","last_synced_at":"2026-01-19T14:33:14.437Z","repository":{"id":268047185,"uuid":"826182473","full_name":"bakstag-finance/evm-contracts","owner":"bakstag-finance","description":"Omnichain OTC Market - EVM contracts","archived":false,"fork":false,"pushed_at":"2024-11-06T14:01:46.000Z","size":155,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-01T10:41:29.358Z","etag":null,"topics":["bakstag","crosschain","evm","layerzero","omnichain","otc"],"latest_commit_sha":null,"homepage":"https://thirdweb.com/0x8961327229E8B4A234Bb86769a9B9061944A77fc/OtcMarket","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/bakstag-finance.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":"2024-07-09T08:22:16.000Z","updated_at":"2024-12-10T14:06:21.000Z","dependencies_parsed_at":"2024-12-14T03:18:52.330Z","dependency_job_id":"0eed51c8-550e-42ec-a88b-a29dc9883f85","html_url":"https://github.com/bakstag-finance/evm-contracts","commit_stats":null,"previous_names":["bakstag-finance/evm-contracts"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bakstag-finance/evm-contracts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakstag-finance%2Fevm-contracts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakstag-finance%2Fevm-contracts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakstag-finance%2Fevm-contracts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakstag-finance%2Fevm-contracts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bakstag-finance","download_url":"https://codeload.github.com/bakstag-finance/evm-contracts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bakstag-finance%2Fevm-contracts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28571794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T12:50:50.164Z","status":"ssl_error","status_checked_at":"2026-01-19T12:50:42.704Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bakstag","crosschain","evm","layerzero","omnichain","otc"],"created_at":"2024-11-12T09:10:34.212Z","updated_at":"2026-01-19T14:33:14.422Z","avatar_url":"https://github.com/bakstag-finance.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://layerzero.network\"\u003e\n    \u003cimg alt=\"LayerZero\" style=\"width: 400px\" src=\"https://docs.layerzero.network/img/LayerZero_Logo_White.svg\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://layerzero.network\" style=\"color: #a77dff\"\u003eHomepage\u003c/a\u003e | \u003ca href=\"https://docs.layerzero.network/\" style=\"color: #a77dff\"\u003eDocs\u003c/a\u003e | \u003ca href=\"https://layerzero.network/developers\" style=\"color: #a77dff\"\u003eDevelopers\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eOApp Example\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://docs.layerzero.network/contracts/oapp\" style=\"color: #a77dff\"\u003eQuickstart\u003c/a\u003e | \u003ca href=\"https://docs.layerzero.network/contracts/oapp-configuration\" style=\"color: #a77dff\"\u003eConfiguration\u003c/a\u003e | \u003ca href=\"https://docs.layerzero.network/contracts/options\" style=\"color: #a77dff\"\u003eMessage Execution Options\u003c/a\u003e | \u003ca href=\"https://docs.layerzero.network/contracts/endpoint-addresses\" style=\"color: #a77dff\"\u003eEndpoint Addresses\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eTemplate project for getting started with LayerZero's  \u003ccode\u003eOApp\u003c/code\u003e contract development.\u003c/p\u003e\n\n## 1) Developing Contracts\n\n#### Installing dependencies\n\nWe recommend using `pnpm` as a package manager (but you can of course use a package manager of your choice):\n\n```bash\npnpm install\n```\n\n#### Compiling your contracts\n\nThis project supports both `hardhat` and `forge` compilation. By default, the `compile` command will execute both:\n\n```bash\npnpm compile\n```\n\nIf you prefer one over the other, you can use the tooling-specific commands:\n\n```bash\npnpm compile:forge\npnpm compile:hardhat\n```\n\nOr adjust the `package.json` to for example remove `forge` build:\n\n```diff\n- \"compile\": \"$npm_execpath run compile:forge \u0026\u0026 $npm_execpath run compile:hardhat\",\n- \"compile:forge\": \"forge build\",\n- \"compile:hardhat\": \"hardhat compile\",\n+ \"compile\": \"hardhat compile\"\n```\n\n#### Running tests\n\nSimilarly to the contract compilation, we support both `hardhat` and `forge` tests. By default, the `test` command will execute both:\n\n```bash\npnpm test\n```\n\nIf you prefer one over the other, you can use the tooling-specific commands:\n\n```bash\npnpm test:forge\npnpm test:hardhat\n```\n\nOr adjust the `package.json` to for example remove `hardhat` tests:\n\n```diff\n- \"test\": \"$npm_execpath test:forge \u0026\u0026 $npm_execpath test:hardhat\",\n- \"test:forge\": \"forge test\",\n- \"test:hardhat\": \"$npm_execpath hardhat test\"\n+ \"test\": \"forge test\"\n```\n\n## 2) Deploying Contracts\n\nSet up deployer wallet/account:\n\n- Rename `.env.example` -\u003e `.env`\n- Choose your preferred means of setting up your deployer wallet/account:\n\n```\nMNEMONIC=\"test test test test test test test test test test test junk\"\nor...\nPRIVATE_KEY=\"0xabc...def\"\n```\n\nTo deploy your contracts to your desired blockchains, run the following command in your project's folder:\n\n```bash\nnpx hardhat lz:deploy\n```\n\nMore information about available CLI arguments can be found using the `--help` flag:\n\n```bash\nnpx hardhat lz:deploy --help\n```\n\nBy following these steps, you can focus more on creating innovative omnichain solutions and less on the complexities of cross-chain communication.\n\n\u003cbr\u003e\u003c/br\u003e\n\n\u003cp align=\"center\"\u003e\n  Join our community on \u003ca href=\"https://discord-layerzero.netlify.app/discord\" style=\"color: #a77dff\"\u003eDiscord\u003c/a\u003e | Follow us on \u003ca href=\"https://twitter.com/LayerZero_Labs\" style=\"color: #a77dff\"\u003eTwitter\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakstag-finance%2Fevm-contracts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbakstag-finance%2Fevm-contracts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbakstag-finance%2Fevm-contracts/lists"}