A JavaScript library that enables connection to the Gear node and allows interaction with it.
Refer to the api docs for details.
A package designed to provide helper functions for generating offline transactions using @substrate/txwrapper-core package specifically tailored for the Gear pallet.
Refer to the txwrapper docs for details.
React UI components used across Gear applications.
Refer to the gear-ui docs for details.
The source code of the portal for smart-contract developers and backend microservices - idea.gear-tech.io.
A React application that serves as a get-familiar with Gear to help developers write, test and upload smart contracts to a test network as well as manage accounts, balances, events and more.
A microservice responsible for blockchain indexing and storing information about programs and their messages as well as for storing programs metadata.
A microservice that provides the opportunity to obtain test tokens.
A microservice that provides any interaction between data-storage / test-balance services and an external user.
..
/tools/txwrapper/README.md
/tools/txwrapper/examples/
/tools/txwrapper/examples/sendMessage.ts
/tools/txwrapper/examples/util.ts
/tools/txwrapper/jest.config.ts
/tools/txwrapper/package.json
/tools/txwrapper/src/
/tools/txwrapper/src/index.ts
/tools/txwrapper/src/methods/
/tools/txwrapper/src/methods/gear/
/tools/txwrapper/src/methods/gear/claimValue.ts
/tools/txwrapper/src/methods/gear/createProgram.ts
/tools/txwrapper/src/methods/gear/index.ts
/tools/txwrapper/src/methods/gear/sendMessage.ts
/tools/txwrapper/src/methods/gear/sendReply.ts
/tools/txwrapper/src/methods/gear/uploadCode.ts
/tools/txwrapper/src/methods/gear/uploadProgram.ts
/tools/txwrapper/src/methods/gearVoucher/
/tools/txwrapper/src/methods/gearVoucher/call.ts
/tools/txwrapper/src/methods/gearVoucher/decline.ts
/tools/txwrapper/src/methods/gearVoucher/index.ts
/tools/txwrapper/src/methods/gearVoucher/issue.ts
/tools/txwrapper/src/methods/gearVoucher/revoke.ts
/tools/txwrapper/src/methods/gearVoucher/update.ts
/tools/txwrapper/src/methods/index.ts
/tools/txwrapper/src/utils/
/tools/txwrapper/src/utils/index.ts
/tools/txwrapper/src/utils/registry.ts
/tools/txwrapper/test/
/tools/txwrapper/test/METADATA_HEX.ts
/tools/txwrapper/test/SPEC_VERSION.ts
/tools/txwrapper/test/TEST_BASE_TX_INFO.ts
/tools/txwrapper/test/TEST_METHOD_ARGS.ts
/tools/txwrapper/test/TEST_OPTIONS.ts
/tools/txwrapper/test/test.ts
/tools/txwrapper/tsconfig.json
/tools/txwrapper/yarn.lock