Getting Started

To use Tezos Polywrappers in your app, install the Polywrap JavaScript client.

Installation

npm install --save @web3api/client-js

The 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.

circle-info

Note that Polywrap's goal is to support several major programming languages. In the future, JavaScript will be only one of the supported languages. There already is an experimental Rust implementation and Golang is under active exploration. Subscribe to the Polywraparrow-up-right social media channels for updates.

Creating Polywrap Client Instance

import { Web3ApiClient } from '@web3api/client-js';
const client = new Web3ApiClient();

You can now interact with different Tezos Polywrappersarrow-up-right directly from your application.

Deployments

We have several examples of wrappers for you to explore, see deploymentsarrow-up-right.

Last updated