Getting Started
To use Tezos Polywrappers in your app, install the Polywrap JavaScript client.
Installation
npm install --save @web3api/client-jsThe Polywrap JS client works both with Node.js and in browser apps. Currently, Chrome and Brave are the only supported browsers. This is a restriction that will be amended in the future.
Creating Polywrap Client Instance
import { Web3ApiClient } from '@web3api/client-js';
const client = new Web3ApiClient();You can now interact with different Tezos Polywrappers directly from your application.
Deployments
We have several examples of wrappers for you to explore, see deployments.
Last updated