0.1.0 • Published 2 years ago
@gear-js/txwrapper v0.1.0
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/txwrapperor
yarn add @gear-js/txwrapperExamples
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 sendMessageExampleCheck out more usage examples here