0.3.0 • Published 8 months ago

@docknetwork/cheqd-blockchain-api v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@docknetwork/cheqd-blockchain-api

This JavaScript library is developed on top of the @cheqd/sdk and provides a suite of tools and functionalities to seamlessly interact with the Cheqd blockchain. It simplifies the process of connecting with the Cheqd network, enabling developers to efficiently manage digital identities and verifiable credentials within decentralized ecosystems.

Initialize

import { CheqdAPI } from "@docknetwork/cheqd-blockchain-api";

const cheqd = new CheqdAPI();
cheqd.init(...);

Use

import { CheqdCoreModules } from "@docknetwork/cheqd-blockchain-modules";

const modules = new CheqdCoreModules(cheqd);
...
0.3.0

8 months ago

0.2.0

8 months ago

0.1.0

9 months ago