asset-canister이란?
프런트엔드 자산을 IC에 배포합니다. 인증된 자산, .ic-assets.json5를 사용한 SPA 라우팅, 사용자 정의 도메인, 콘텐츠 인코딩 및 프로그래밍 방식 업로드를 다룹니다. 프런트엔드 호스팅, 정적 파일 배포, 사용자 정의 도메인 구성 또는 IC에서 SPA 라우팅 설정 시 사용합니다. 캐니스터 수준 코드 패턴에는 사용하지 마세요. 출처: dfinity/icskills.
프런트엔드 자산을 IC에 배포합니다. 인증된 자산, .ic-assets.json5를 사용한 SPA 라우팅, 사용자 정의 도메인, 콘텐츠 인코딩 및 프로그래밍 방식 업로드를 다룹니다. 프런트엔드 호스팅, 정적 파일 배포, 사용자 정의 도메인 구성 또는 IC에서 SPA 라우팅 설정 시 사용합니다. 캐니스터 수준 코드 패턴에는 사용하지 마세요.
명령줄에서 asset-canister AI 스킬을 개발 환경에 빠르게 설치
출처: dfinity/icskills.
The asset canister hosts static files (HTML, CSS, JS, images) directly on the Internet Computer. This is how web frontends are deployed on-chain. Responses are certified by the subnet, and HTTP gateways automatically verify integrity, i.e. that content was served by the blockchain. The content can also be verified in the browser -- not a centralized server.
Asset canisters are created per-project. There is no single global canister ID. After deployment, your canister ID is stored in .icp/data/mappings/ (per environment).
| Local | http:// .localhost:8000 | | Mainnet | https:// .ic0.app or https:// .icp0.io | | Custom domain | https://yourdomain.com (with DNS configuration) |
프런트엔드 자산을 IC에 배포합니다. 인증된 자산, .ic-assets.json5를 사용한 SPA 라우팅, 사용자 정의 도메인, 콘텐츠 인코딩 및 프로그래밍 방식 업로드를 다룹니다. 프런트엔드 호스팅, 정적 파일 배포, 사용자 정의 도메인 구성 또는 IC에서 SPA 라우팅 설정 시 사용합니다. 캐니스터 수준 코드 패턴에는 사용하지 마세요. 출처: dfinity/icskills.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/dfinity/icskills --skill asset-canister프런트엔드 자산을 IC에 배포합니다. 인증된 자산, .ic-assets.json5를 사용한 SPA 라우팅, 사용자 정의 도메인, 콘텐츠 인코딩 및 프로그래밍 방식 업로드를 다룹니다. 프런트엔드 호스팅, 정적 파일 배포, 사용자 정의 도메인 구성 또는 IC에서 SPA 라우팅 설정 시 사용합니다. 캐니스터 수준 코드 패턴에는 사용하지 마세요. 출처: dfinity/icskills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/dfinity/icskills --skill asset-canister 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/dfinity/icskills