{"id":44520659,"url":"https://github.com/editor-js/opensea","last_synced_at":"2026-02-13T17:38:34.269Z","repository":{"id":64961821,"uuid":"579438150","full_name":"editor-js/opensea","owner":"editor-js","description":"Parses the pasted link to OpenSea item and insert the embed block","archived":false,"fork":false,"pushed_at":"2022-12-19T16:34:25.000Z","size":155,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-23T04:10:20.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/editor-js.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":"2022-12-17T17:41:49.000Z","updated_at":"2022-12-19T13:26:47.000Z","dependencies_parsed_at":"2022-12-19T18:22:40.813Z","dependency_job_id":null,"html_url":"https://github.com/editor-js/opensea","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/editor-js/opensea","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editor-js%2Fopensea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editor-js%2Fopensea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editor-js%2Fopensea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editor-js%2Fopensea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/editor-js","download_url":"https://codeload.github.com/editor-js/opensea/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/editor-js%2Fopensea/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29413515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"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":[],"created_at":"2026-02-13T17:38:33.659Z","updated_at":"2026-02-13T17:38:34.254Z","avatar_url":"https://github.com/editor-js.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenSea Tool for Editor.js\n\nParses the pasted link to OpenSea item and inserts the embed block.\n\n![Opensea Tool example card](assets/demo.png)\n\n## Installation\n\nUse your package manager to install the `@editorjs/opensea` package.\n\n```\nnpm install -D @editorjs/opensea\n\nyarn add -D @editorjs/opensea\n```\n\n## Usage\n\nImport and add the Tool to Editor.js tools config.\n\n```javascript\nimport OpenseaTool from '@editorjs/opensea';\n\nconst editor = new EditorJS({\n  tools: {\n    opensea: {\n      class: OpenseaTool\n    },\n  },\n\n  // ...\n});\n```\n\nCheck out the [example page](./index.html).\n\n## Output Data\n\nCheck the `OpenseaToolData` interface in [src/types/index.ts](./src/types/index.ts) file with types.\n\n## Render Template\n\nUse the following HTML to render the block.\n\n```html\n\u003cnft-card contractAddress=\"{ data.contractAddress }\" tokenId=\"{ data.tokenId }\"\u003e\u003c/nft-card\u003e\n\n\u003cscript src=\"https://unpkg.com/embeddable-nfts/dist/nft-card.min.js\"\u003e\u003c/script\u003e\n```\n\n## Development\n\nThis tool uses [Vite](https://vitejs.dev/) as builder.\n\n`npm run dev` — run development environment with hot reload\n\n`npm run build` — build the tool for production to the `dist` folder\n\n## Links\n\n[Editor.js](https://editorjs.io) • [Create Tool](https://github.com/editor-js/create-tool)\n\n## About CodeX\n\n\u003cimg align=\"right\" width=\"120\" height=\"120\" src=\"https://codex.so/public/app/img/codex-logo.svg\" hspace=\"50\"\u003e\n\nCodeX is a team of digital specialists around the world interested in building high-quality open source products on a global market. We are [open](https://codex.so/join) for young people who want to constantly improve their skills and grow professionally with experiments in cutting-edge technologies.\n\n| 🌐 | Join  👋  | Twitter | Instagram |\n| -- | -- | -- | -- |\n| [codex.so](https://codex.so) | [codex.so/join](https://codex.so/join) |[@codex_team](http://twitter.com/codex_team) | [@codex_team](http://instagram.com/codex_team/) |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feditor-js%2Fopensea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feditor-js%2Fopensea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feditor-js%2Fopensea/lists"}