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.
..
/idea/frontend/src/hooks/context.ts
/idea/frontend/src/hooks/index.ts
/idea/frontend/src/hooks/schemas/
/idea/frontend/src/hooks/schemas/index.ts
/idea/frontend/src/hooks/schemas/use-balance-schema.ts
/idea/frontend/src/hooks/schemas/use-gas-limit-schema.ts
/idea/frontend/src/hooks/schemas/use-validation-schema.ts
/idea/frontend/src/hooks/use-add-code-name.ts
/idea/frontend/src/hooks/use-add-metadata.ts
/idea/frontend/src/hooks/use-add-program-name.ts
/idea/frontend/src/hooks/use-contract-api-with-file.ts
/idea/frontend/src/hooks/use-error-alert.ts
/idea/frontend/src/hooks/use-extrinsic-failed-message.ts
/idea/frontend/src/hooks/use-modal-state.ts
/idea/frontend/src/hooks/use-sign-and-send.tsx
/idea/frontend/src/hooks/useChangeEffect.ts
/idea/frontend/src/hooks/useCodeUpload/
/idea/frontend/src/hooks/useCodeUpload/index.ts
/idea/frontend/src/hooks/useCodeUpload/types.ts
/idea/frontend/src/hooks/useCodeUpload/useCodeUpload.tsx
/idea/frontend/src/hooks/useElementSizes.ts
/idea/frontend/src/hooks/useEventSubscriptions/
/idea/frontend/src/hooks/useEventSubscriptions/helpers.tsx
/idea/frontend/src/hooks/useEventSubscriptions/index.ts
/idea/frontend/src/hooks/useEventSubscriptions/useEventSubscriptions.ts
/idea/frontend/src/hooks/useGasCalculate/
/idea/frontend/src/hooks/useGasCalculate/helpers.ts
/idea/frontend/src/hooks/useGasCalculate/index.ts
/idea/frontend/src/hooks/useGasCalculate/types.ts
/idea/frontend/src/hooks/useGasCalculate/useGasCalculate.ts
/idea/frontend/src/hooks/useLoading.ts
/idea/frontend/src/hooks/useMessageActions/
/idea/frontend/src/hooks/useMessageActions/index.ts
/idea/frontend/src/hooks/useMessageActions/types.ts
/idea/frontend/src/hooks/useMessageActions/useMessageActions.ts
/idea/frontend/src/hooks/useMessageClaim/
/idea/frontend/src/hooks/useMessageClaim/index.ts
/idea/frontend/src/hooks/useMessageClaim/types.ts
/idea/frontend/src/hooks/useMessageClaim/useMessageClaim.ts
/idea/frontend/src/hooks/useMobileDisclaimer.ts
/idea/frontend/src/hooks/useNetworkIcon.ts
/idea/frontend/src/hooks/useNodeVersion.tsx
/idea/frontend/src/hooks/useOutsideClick.ts
/idea/frontend/src/hooks/useProgramActions/
/idea/frontend/src/hooks/useProgramActions/index.ts
/idea/frontend/src/hooks/useProgramActions/types.ts
/idea/frontend/src/hooks/useProgramActions/useProgramActions.tsx
/idea/frontend/src/hooks/useProgramIdSchema.ts
/idea/frontend/src/hooks/useStateRead.ts