{"id":13685183,"url":"https://github.com/rocklabs-io/ic-nft","last_synced_at":"2025-05-01T01:30:59.704Z","repository":{"id":39640289,"uuid":"409855379","full_name":"rocklabs-io/ic-nft","owner":"rocklabs-io","description":"Non-fungible token standard for the DFINITY Internet Computer","archived":false,"fork":false,"pushed_at":"2022-05-30T04:10:41.000Z","size":156,"stargazers_count":47,"open_issues_count":1,"forks_count":20,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-12T06:34:25.107Z","etag":null,"topics":["dfinity","icp","nft"],"latest_commit_sha":null,"homepage":"","language":"Motoko","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/rocklabs-io.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}},"created_at":"2021-09-24T06:23:55.000Z","updated_at":"2024-06-26T15:42:56.000Z","dependencies_parsed_at":"2022-09-22T03:00:38.644Z","dependency_job_id":null,"html_url":"https://github.com/rocklabs-io/ic-nft","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocklabs-io%2Fic-nft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocklabs-io%2Fic-nft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocklabs-io%2Fic-nft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocklabs-io%2Fic-nft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rocklabs-io","download_url":"https://codeload.github.com/rocklabs-io/ic-nft/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251808395,"owners_count":21647283,"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":["dfinity","icp","nft"],"created_at":"2024-08-02T14:00:45.660Z","updated_at":"2025-05-01T01:30:59.453Z","avatar_url":"https://github.com/rocklabs-io.png","language":"Motoko","funding_links":[],"categories":["Lib","Applications"],"sub_categories":["Cryptocurrencies"],"readme":"## Non-fungible Token Standard for the IC\n\nThis is an NFT standard implementation for the DFINITY Internet Computer, the interfaces mainly follow the ERC721 standard, and we also added support for transaction history storage and query, make NFTs(including their metadata) traceable and verifiable.\n\nRead the [specification file](./spec.md) for details.\n\n## Development\n\nYou need the latest DFINITY Canister SDK to be able to build and deploy a token canister:\n\n```\nsh -ci \"$(curl -fsSL https://sdk.dfinity.org/install.sh)\"\n```\n\nNavigate to a the sub directory and start a local development network:\n\n```\ncd motoko\ndfx start --background\n```\n\nCreate canister:\n\n```\ndfx canister create --all\n```\n\nInstall code for the NFT canister:\n\n```\ndfx build\n\ndfx canister install nft --argument=\"(\\\"\u003cNAME\u003e\\\", \\\"\u003cSYMBOL\u003e\\\", \\\"\u003cDESCRIPTION\u003e\\\", \u003cYOUR_PRINCIPAL_ID\u003e)\"\ne.g.:\ndfx canister install token --argument=\"(\\\"Test NFT\\\", \\\"TEST\\\", \\\"Test NFT collection\\\", principal \\\"4qehi-lqyo6-afz4c-hwqwo-lubfi-4evgk-5vrn5-rldx2-lheha-xs7a4-gae\\\")\"\n```\n\n## Contributing\n\nContributions are welcome, open an issue or make a PR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocklabs-io%2Fic-nft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocklabs-io%2Fic-nft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocklabs-io%2Fic-nft/lists"}