IPFS
- 폴더 구조 - upload files to IPFS upload 링크로 접속하면 아래 페이지를 볼 수 있고, 각각의 이미지를 확인할 수 있다. 0x2d80B7111951fFEd8b6bc59BE56913B36303A2 - nodejs $ npm i @thirdweb-dev/storage import { ThirdwebStorage } from '@thirdweb-dev/storage' export default function upload({}){ const [fileUrl, updateFileUrl]=useState(''); const onChange=async(e)=>{ const file=e.target.files[0]; const storage=new ThirdwebStorage(); const..