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/code/api/
/idea/frontend/src/features/code/api/consts.ts
/idea/frontend/src/features/code/api/hooks/
/idea/frontend/src/features/code/api/hooks/index.ts
/idea/frontend/src/features/code/api/hooks/use-code.tsx
/idea/frontend/src/features/code/api/hooks/use-codes.tsx
/idea/frontend/src/features/code/api/index.ts
/idea/frontend/src/features/code/api/requests.ts
/idea/frontend/src/features/code/api/types.ts
/idea/frontend/src/features/code/consts/
/idea/frontend/src/features/code/consts/file.ts
/idea/frontend/src/features/code/consts/index.ts
/idea/frontend/src/features/code/hooks/
/idea/frontend/src/features/code/hooks/index.ts
/idea/frontend/src/features/code/hooks/use-wasm-file-handler.tsx
/idea/frontend/src/features/code/hooks/use-wasm-file.tsx
/idea/frontend/src/features/code/index.ts
/idea/frontend/src/features/code/types/
/idea/frontend/src/features/code/types/file.ts
/idea/frontend/src/features/code/types/index.ts
/idea/frontend/src/features/code/ui/
/idea/frontend/src/features/code/ui/code-card/
/idea/frontend/src/features/code/ui/code-card/code-card.module.scss
/idea/frontend/src/features/code/ui/code-card/code-card.tsx
/idea/frontend/src/features/code/ui/code-card/index.ts
/idea/frontend/src/features/code/ui/code-table/
/idea/frontend/src/features/code/ui/code-table/code-table.tsx
/idea/frontend/src/features/code/ui/code-table/index.ts
/idea/frontend/src/features/code/ui/index.ts