This package is designed to provide convenient helper functions for generating offline transactions specifically tailored for the Gear pallet. It seamlessly integrates with the @substrate/txwrapper-core package, enabling efficient transaction handling.
npm install @gear-js/txwrapper
or
yarn add @gear-js/txwrapper
Check out example of creating and sending sendMessage transaction here
To run the example:
yarn install
yarn sendMessageExample
Check out more usage examples here