{"id":21102859,"url":"https://github.com/planetarium/immutable-erc1155-contract","last_synced_at":"2025-08-21T06:49:58.900Z","repository":{"id":261005443,"uuid":"882959221","full_name":"planetarium/Immutable-erc1155-contract","owner":"planetarium","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-13T01:19:41.000Z","size":247,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-13T02:25:55.000Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/planetarium.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-11-04T05:49:45.000Z","updated_at":"2025-02-13T01:19:44.000Z","dependencies_parsed_at":"2024-11-04T07:19:22.815Z","dependency_job_id":"3d773365-c5dc-40dc-84ff-4431448e9c70","html_url":"https://github.com/planetarium/Immutable-erc1155-contract","commit_stats":null,"previous_names":["planetarium/immutable-erc1155-contract"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetarium%2FImmutable-erc1155-contract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetarium%2FImmutable-erc1155-contract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetarium%2FImmutable-erc1155-contract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planetarium%2FImmutable-erc1155-contract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/planetarium","download_url":"https://codeload.github.com/planetarium/Immutable-erc1155-contract/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243546479,"owners_count":20308510,"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-11-19T23:56:47.531Z","updated_at":"2025-03-14T08:27:08.209Z","avatar_url":"https://github.com/planetarium.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![codecov](https://codecov.io/gh/planetarium/single-staking-contract/graph/badge.svg?token=gONOYfxaLw)](https://codecov.io/gh/planetarium/single-staking-contract)\n\n# Immutable zkEvm ERC-1155 Contract\n\nTry running some of the following tasks:\n- How to set up Immutable Contract Guide : https://docs.immutable.com/tutorials/zkEVM/deploy-contracts/setup\n- ERC1155 Example: https://docs.immutable.com/tutorials/zkevm/deploy-contracts/setup/?sample-contracts-with-oal=erc1155\n\nHow to setup dev environment\n\n```\n$ node --version\nv20.4.0\n\n# solidity version\nv0.8.19\n```\n\n1. Create `.env` file with these keys\n```shell\nETHERSCAN_API_KEY=\nPRIVATE_KEY_IMMUTABLEZKEVMTESTNET=\nPRIVATE_KEY_IMMUTABLEZKEVMMAINNET=\n```\n\n2. Clean Cache \u0026 Install npm packages\n```shell\n# If these are already exist, Clean cache\nrm -rf node_modules;\nrm -f package-lock.json;\nnpm cache clean --force;\n\n# Install npm packages\nnpm i\n```\n\n3. Compile contracts\n```shell\n# Compile\nnpx hardhat compile\n```\n\n4. deploy\n```shell\nnpx hardhat run scripts/deploy_IR2SBT1155.js --network immutableZkevmMainnet\n```\n\n5. run test \u0026 coverage\n```shell\nnpx hardhat test\nnpx hardhat coverage\n```\n\nAdditional Information\n- NFT ( ERC-721 \u0026 ERC-1155) Contract should implement OAL ( Operator Allowlist ) - Link(https://docs.immutable.com/tutorials/zkEVM/deploy-contracts/operator-allowlist)\n- Have to override some functions for OAL - Link ( https://docs.immutable.com/tutorials/zkEVM/deploy-contracts/setup#immutable-zkevm-collection-requirements )\n- Have to Request Verification at Immutable hub ( https://hub.immutable.com/ )\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetarium%2Fimmutable-erc1155-contract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplanetarium%2Fimmutable-erc1155-contract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanetarium%2Fimmutable-erc1155-contract/lists"}