{"id":23318014,"url":"https://github.com/pinatacloud/concealmint-contracts","last_synced_at":"2025-07-27T00:12:18.751Z","repository":{"id":267981421,"uuid":"899942421","full_name":"PinataCloud/concealmint-contracts","owner":"PinataCloud","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-15T19:52:42.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T09:28:44.670Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PinataCloud.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-12-07T12:47:02.000Z","updated_at":"2024-12-15T19:52:46.000Z","dependencies_parsed_at":"2024-12-13T17:38:36.100Z","dependency_job_id":"23ff6c67-7244-4aaf-b1a4-5811f2e28355","html_url":"https://github.com/PinataCloud/concealmint-contracts","commit_stats":null,"previous_names":["pinatacloud/concealmint-contracts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PinataCloud%2Fconcealmint-contracts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PinataCloud%2Fconcealmint-contracts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PinataCloud%2Fconcealmint-contracts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PinataCloud%2Fconcealmint-contracts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PinataCloud","download_url":"https://codeload.github.com/PinataCloud/concealmint-contracts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595377,"owners_count":20963943,"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-12-20T17:15:14.304Z","updated_at":"2025-04-07T04:53:14.758Z","avatar_url":"https://github.com/PinataCloud.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Concealmint Contacts\n\n![cover](./assets/og.png)\n\nThis repo contains the main ERC721 contract used for [CONCEALMINT](https://concealmint.com) that features a few small differences than the default contract:\n\n- `safeMint` is made public so anyone can mint\n- `safeMint` will mint directly to `msg.sender` instead of taking an `address` parameter\n- `safeMint` accepts a `uri` parameter on mint as the content is dynamic\n- `constructor` does not take in an owner address, instead the `Ownable` constructor uses `msg.sender`\n\n## Usage\n\n### Build\n\n```shell\n$ forge build\n```\n\n### Test\n\n```shell\n$ forge test\n```\n\n### Format\n\n```shell\n$ forge fmt\n```\n\n### Gas Snapshots\n\n```shell\n$ forge snapshot\n```\n\n### Anvil\n\n```shell\n$ anvil\n```\n\n### Deploy\n\n```shell\n$ forge script script/Counter.s.sol:CounterScript --rpc-url \u003cyour_rpc_url\u003e --private-key \u003cyour_private_key\u003e\n```\n\n### Cast\n\n```shell\n$ cast \u003csubcommand\u003e\n```\n\n### Help\n\n```shell\n$ forge --help\n$ anvil --help\n$ cast --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinatacloud%2Fconcealmint-contracts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpinatacloud%2Fconcealmint-contracts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpinatacloud%2Fconcealmint-contracts/lists"}