GEAR


@gear-js/api

A JavaScript library that enables connection to the Gear node and allows interaction with it.

Refer to the api docs for details.

npm package

@gear-js/txwrapper

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.

npm package

@gear-js/ui

React UI components used across Gear applications.

Refer to the gear-ui docs for details.

npm package

Gear Idea

The source code of the portal for smart-contract developers and backend microservices - idea.gear-tech.io.

frontend

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.

indexer

A microservice responsible for blockchain indexing and storing information about programs and their messages as well as for storing programs metadata.

test-balance

A microservice that provides the opportunity to obtain test tokens.

api-gateway

A microservice that provides any interaction between data-storage / test-balance services and an external user.


..
/utils/gear-hooks/src/hooks/api/balance/
/utils/gear-hooks/src/hooks/api/balance/index.ts
/utils/gear-hooks/src/hooks/api/balance/use-balance-format.ts
/utils/gear-hooks/src/hooks/api/balance/use-balance.ts
/utils/gear-hooks/src/hooks/api/balance/use-derive-balances-all.ts
/utils/gear-hooks/src/hooks/api/block/
/utils/gear-hooks/src/hooks/api/block/index.ts
/utils/gear-hooks/src/hooks/api/block/use-approx-block-timestamp.ts
/utils/gear-hooks/src/hooks/api/index.ts
/utils/gear-hooks/src/hooks/api/useCalculateGas/
/utils/gear-hooks/src/hooks/api/useCalculateGas/index.ts
/utils/gear-hooks/src/hooks/api/useCalculateGas/types.ts
/utils/gear-hooks/src/hooks/api/useProgram/
/utils/gear-hooks/src/hooks/api/useProgram/index.ts
/utils/gear-hooks/src/hooks/api/useProgram/types.ts
/utils/gear-hooks/src/hooks/api/useProgram/useHandlers/
/utils/gear-hooks/src/hooks/api/useProgram/useHandlers/index.ts
/utils/gear-hooks/src/hooks/api/useProgram/useHandlers/useHandleSignStatus.ts
/utils/gear-hooks/src/hooks/api/useProgram/utils.ts
/utils/gear-hooks/src/hooks/api/useReadState/
/utils/gear-hooks/src/hooks/api/useReadState/index.ts
/utils/gear-hooks/src/hooks/api/useReadState/useReadFullState.ts
/utils/gear-hooks/src/hooks/api/useReadState/useReadWasmState.ts
/utils/gear-hooks/src/hooks/api/useSendMessage.ts
/utils/gear-hooks/src/hooks/api/voucher/
/utils/gear-hooks/src/hooks/api/voucher/index.ts
/utils/gear-hooks/src/hooks/api/voucher/use-is-any-voucher-active.ts
/utils/gear-hooks/src/hooks/api/voucher/use-is-voucher-exists.ts
/utils/gear-hooks/src/hooks/api/voucher/use-issued-vouchers.ts
/utils/gear-hooks/src/hooks/api/voucher/use-voucher-status.ts
/utils/gear-hooks/src/hooks/api/voucher/use-voucher.ts
/utils/gear-hooks/src/hooks/api/voucher/use-vouchers.ts