🏗️Javascript SDK

The javascript sdk lets you use liquicert functions in your apps, giving you the ability to:

  • Save data by pinning it to IPFS using lc.saveData

  • Create an attestation, signing that data using your wallet using lc.createAttestation

  • Find trust paths from a community to an attestation using lc.findPath

  • Pin a path so that you can embed a badge displaying that path on a website using lc.savePath, returning the CID of the trust path

To install the sdk:

npm i js-liquicert

To see a demo of some of the things you can do, check out liquicert-examples

Last updated