This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
Release v1.5.4
v1.5.4 Release Notes
New Features
- caver.ipfs
- A function to upload/download a file via IPFS (InterPlanetary File System).
caver.ipfs.setIPFSNode
initializes to connect with an IPFS Node.caver.ipfs.add
uploads a file to IPFS.caver.ipfs.get
fetches a file from IPFS.caver.ipfs.toHex
converts an IPFS hash to a hex formatted hash string.caver.ipfs.fromHex
converts a hex formatted hash string to an IPFS hash.
- To upload and download files through IPFS, you can use
caver.ipfs
. How to usecaver.ipfs
is described in detail in Klaytn Docs.
- A function to upload/download a file via IPFS (InterPlanetary File System).
Improvements
- Updated TERMS_OF_USE.md. (#378)