/txwrapper-check

txwrapper-check

Primary LanguageTypeScript

Description

The goal of this check is to make sure that txwrapper-polkadot works correctly after the latest txwrapper-core release.

Setup environment

First we need to build and start a polkadot dev node by following the steps below :

Check

Then we update the dependencies and run the example by executing the following commands :

# Update the deps
$ yarn up "@substrate/*"
$ yarn dedupe
$ yarn start

If there are no errors and txwrapper-polkadot works as is, then you're all good.