@gear-js/txwrapper
v0.1.0
Published
<p align="center"> <a href="https://gear-tech.io"> <img src="https://github.com/gear-tech/gear/blob/master/images/logo-grey.png" width="400" alt="GEAR"> </a> </p> <p align=center> <a href="https://github.com/gear-tech/gear-js/blob/master/LICEN
Downloads
5
Readme
Description
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.
Installation
npm install @gear-js/txwrapper
or
yarn add @gear-js/txwrapper
Examples
Check out example of creating and sending sendMessage transaction here
To run the example:
- Run the Gear node locally
- Run
yarn install
yarn sendMessageExample
Check out more usage examples here