반응형
iIPFS에 폴더 업로드
ipfs daemon 실행
upload 폴더 내에 info.txt파일 작성
echo "asasdad" > upload/info.txt
파일이 들어있는 폴더 업로드
ipfs add -r upload/
>> 결과 : info.txt파일과 upload폴더에 대한 cid가 따로 출력
https://gateway.ipfs.io/ipfs/QmXngN2hVgNkTt1esBhr4wFKYkmzChaoEeMr5n3XmvuFTL/ 로 접속해서 해당 폴더 확인가능
반응형
'IPFS' 카테고리의 다른 글
IPFS기반 NFT거래소 구축 (0) | 2023.07.11 |
---|---|
ElasticSearch를 이용한 IPFS 검색 속도 개선 (0) | 2023.03.27 |
IPFS 파일 추가 (add, pinning) (0) | 2023.03.27 |
NFT marketplace와 IPFS, 응답 지연 해결 방법 (0) | 2023.03.27 |
ipfs 파일접근 : public gateway vs local node access (0) | 2023.03.27 |