Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Release v1.5.4

Compare
Choose a tag to compare
@jimni1222 jimni1222 released this 29 Oct 00:57
· 837 commits to dev since this release
c9d21fc

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 use caver.ipfs is described in detail in Klaytn Docs.

Improvements

  • Updated TERMS_OF_USE.md. (#378)