API Reference

Installation

Connect to our Matic Javascript SDKs in a fast and easy way.

Matic offers two ways to install our SDK. Our users can choose to install as a Node.js package or from a CDN.

Using Node.js Package

npm install @matic.co/sdk
yarn add @matic.co/sdk

Using CDN

<script src="https://cdn.matic.io/sdk/matic-sdk.min.js"></script>