Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.14 KB

GEAR


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:

  1. Run the Gear node locally
  2. Run
yarn install
yarn sendMessageExample

Check out more usage examples here