Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 306 Bytes

NOTES.md

File metadata and controls

10 lines (9 loc) · 306 Bytes
ipfs-car --pack ./build/ --output /tmp/build.car --wrapWithDirectory false

curl -X 'POST' \
  'https://api.web3.storage/car' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/vnd.ipld.car' \
  --data-binary '@/tmp/build.car' \
  -H "Authorization: Bearer $WEB3STORAGE_TOKEN"