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/features/program/api/
/idea/frontend/src/features/program/api/consts.ts
/idea/frontend/src/features/program/api/hooks/
/idea/frontend/src/features/program/api/hooks/index.ts
/idea/frontend/src/features/program/api/hooks/use-program.ts
/idea/frontend/src/features/program/api/hooks/use-programs.ts
/idea/frontend/src/features/program/api/index.ts
/idea/frontend/src/features/program/api/requests.ts
/idea/frontend/src/features/program/api/types.ts
/idea/frontend/src/features/program/consts.ts
/idea/frontend/src/features/program/hooks/
/idea/frontend/src/features/program/hooks/index.ts
/idea/frontend/src/features/program/hooks/use-program-filters.ts
/idea/frontend/src/features/program/hooks/use-program-status.ts
/idea/frontend/src/features/program/index.ts
/idea/frontend/src/features/program/types.ts
/idea/frontend/src/features/program/ui/
/idea/frontend/src/features/program/ui/index.ts
/idea/frontend/src/features/program/ui/program-card/
/idea/frontend/src/features/program/ui/program-card/index.ts
/idea/frontend/src/features/program/ui/program-card/program-card.module.scss
/idea/frontend/src/features/program/ui/program-card/program-card.tsx
/idea/frontend/src/features/program/ui/program-file-input/
/idea/frontend/src/features/program/ui/program-file-input/index.ts
/idea/frontend/src/features/program/ui/program-file-input/program-file-input.module.scss
/idea/frontend/src/features/program/ui/program-file-input/program-file-input.tsx
/idea/frontend/src/features/program/ui/program-filters/
/idea/frontend/src/features/program/ui/program-filters/index.ts
/idea/frontend/src/features/program/ui/program-filters/program-filters.tsx
/idea/frontend/src/features/program/ui/program-table/
/idea/frontend/src/features/program/ui/program-table/index.ts
/idea/frontend/src/features/program/ui/program-table/program-table.module.scss
/idea/frontend/src/features/program/ui/program-table/program-table.tsx
/idea/frontend/src/features/program/ui/programs/
/idea/frontend/src/features/program/ui/programs/index.ts
/idea/frontend/src/features/program/ui/programs/programs.tsx
/idea/frontend/src/features/program/utils.ts