Deploying a Wrapper

With our jest e2e test complete, let's test the Tezos Polywrapper on our local environment.

First, let's set up our test environment with the following command in your terminal:

yarn add @blockwatch/test-env

Now you can start your test:

yarn test

Deploying to Piñata

If you would like to deploy your wrapper to decentralized storage via an IPFS provider, you can use Pinataarrow-up-right to do so for free.

All you have to do is to upload your Polywrapper's build folder.

Last updated