Get Started
Our SDK is designed to be easy to use and to abstract away the complexity of interacting with the blockchain. It is written in Typescript and is available as an npm package. You can import the SDK Services into your project and start using it. There are couple of services that you can use to interact with the mQuark contractrs. Available Services are:
Registry, Entity, Collection and Subscription services interact with smart contracts, reduces the complexity of interacting with the blockchain and provides a simple interface to use. API service is to query the mQuark Contracts achieved by theGraph Protocol. IPFS service is to upload and retrieve files from IPFS, mostly needed for NFT metadata.
Installation
npm
Our package is available on npm. You can install it with the following command:
npm install mquark-sdk@latest
yarn
Or, if you prefer yarn:
yarn add mquark-sdk@latest