{"id":29904428,"url":"https://github.com/web3builder7/omnichain-marketplace","last_synced_at":"2026-06-06T04:31:43.930Z","repository":{"id":179301440,"uuid":"663271139","full_name":"web3builder7/Omnichain-Marketplace","owner":"web3builder7","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-07T00:16:48.000Z","size":121,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-28T05:56:25.071Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/web3builder7.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}},"created_at":"2023-07-07T00:10:57.000Z","updated_at":"2023-07-07T00:16:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"83b6c991-97be-454f-a8c5-fa0b5f88b26c","html_url":"https://github.com/web3builder7/Omnichain-Marketplace","commit_stats":null,"previous_names":["wagmi7/omnichain-marketplace","degenbuilder7/omnichain-marketplace","web3builder7/omnichain-marketplace"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/web3builder7/Omnichain-Marketplace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3builder7%2FOmnichain-Marketplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3builder7%2FOmnichain-Marketplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3builder7%2FOmnichain-Marketplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3builder7%2FOmnichain-Marketplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/web3builder7","download_url":"https://codeload.github.com/web3builder7/Omnichain-Marketplace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3builder7%2FOmnichain-Marketplace/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268270633,"owners_count":24223504,"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-08-01T02:00:08.611Z","response_time":67,"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":"2025-08-01T17:42:30.617Z","updated_at":"2025-10-11T14:37:38.151Z","avatar_url":"https://github.com/web3builder7.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template for a ZetaChain Hardhat Project\n\nThis is a simple Hardhat template that provides a starting point for developing\nsmart contract applications on the ZetaChain blockchain.\n\n## Prerequisites\n\nBefore getting started, ensure that you have\n[Node.js](https://nodejs.org/en/download) and [Yarn](https://yarnpkg.com/)\ninstalled on your system.\n\n## Getting Started\n\nTo get started, install the necessary dependencies by running the following\ncommand in your terminal:\n\n```\nyarn\n```\n\n## Hardhat Tasks\n\nThis template includes two Hardhat tasks that can be used to generate a random\nwallet and request tokens from ZetaChain's faucet.\n\n### Generating a Random Wallet\n\nTo generate a random wallet, run the following command in your terminal:\n\n```\nnpx hardhat account --save\n```\n\nThis will generate a random wallet, print information about the wallet to the\nterminal, and save the private key to a `.env` file to make it accessible to\nHardhat. If you don't want to save the wallet (for example, if you just need an\naddress to send tokens to), you can run the command without the `--save` flag.\n\n### Querying for Token Balances\n\nTo query for token balances, run the following command in your terminal:\n\n```\nnpx hardhat balances\n```\n\nThis command will query token balances for the account address derived from the\nprivate key specified in the `.env`.\n\nIf you want to query for token balances for a different account, you can use the\n`--address` flag:\n\n```\nnpx hardhat balances --address \u003caddress\u003e\n```\n\n### Requesting Tokens from the Faucet\n\nTo request tokens from ZetaChain's faucet using the account from the `.env`\nfile, run the following command in your terminal:\n\n```\nnpx hardhat faucet\n```\n\nTo install a standalone faucet, run the following command in your terminal:\n\n```\nnpm install -g @zetachain/faucet-cli\n```\n\nYou can then use it with the following command:\n\n```\nzetafaucet -h\n```\n\n### Verifying a Contract\n\nYou can verify a deployed contract with the following command:\n\n```\nnpx hardhat verify:zeta --contract \u003caddress\u003e\n```\n\nSelect the contract to verify:\n\n```\n? Select a contract to verify: (Use arrow keys)\n  @zetachain/zevm-protocol-contracts/contracts/interfaces/IZRC20.sol:IZRC20\n  @zetachain/zevm-protocol-contracts/contracts/interfaces/zContract.sol:zContract\n❯ contracts/Withdraw.sol:Withdraw\n```\n\nAfter the confirmation the contract will be verified.\n\n## Next Steps\n\nTo learn more about building decentralized apps on ZetaChain, follow the\ntutorials available in\n[the documentation](https://www.zetachain.com/docs/developers/overview/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3builder7%2Fomnichain-marketplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb3builder7%2Fomnichain-marketplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3builder7%2Fomnichain-marketplace/lists"}