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.


..
/idea/explorer/Dockerfile
/idea/explorer/README.md
/idea/explorer/package.json
/idea/explorer/src/
/idea/explorer/src/config.ts
/idea/explorer/src/decorators/
/idea/explorer/src/decorators/index.ts
/idea/explorer/src/decorators/method.ts
/idea/explorer/src/decorators/pagination.ts
/idea/explorer/src/decorators/required.ts
/idea/explorer/src/decorators/validation.ts
/idea/explorer/src/errors/
/idea/explorer/src/errors/base.ts
/idea/explorer/src/errors/code.ts
/idea/explorer/src/errors/event.ts
/idea/explorer/src/errors/index.ts
/idea/explorer/src/errors/jsonrpc.ts
/idea/explorer/src/errors/message.ts
/idea/explorer/src/errors/program.ts
/idea/explorer/src/jsonrpc.ts
/idea/explorer/src/main.ts
/idea/explorer/src/middlewares/
/idea/explorer/src/middlewares/caching.ts
/idea/explorer/src/middlewares/index.ts
/idea/explorer/src/middlewares/redis.ts
/idea/explorer/src/middlewares/retry.ts
/idea/explorer/src/services/
/idea/explorer/src/services/all-in-one.ts
/idea/explorer/src/services/code.ts
/idea/explorer/src/services/event.ts
/idea/explorer/src/services/index.ts
/idea/explorer/src/services/message.ts
/idea/explorer/src/services/program.ts
/idea/explorer/src/types/
/idea/explorer/src/types/index.ts
/idea/explorer/src/types/jsonrpc.ts
/idea/explorer/src/types/requests/
/idea/explorer/src/types/requests/code.ts
/idea/explorer/src/types/requests/common.ts
/idea/explorer/src/types/requests/event.ts
/idea/explorer/src/types/requests/index.ts
/idea/explorer/src/types/requests/message.ts
/idea/explorer/src/types/requests/program.ts
/idea/explorer/src/types/responses/
/idea/explorer/src/types/responses/common.ts
/idea/explorer/src/types/responses/index.ts
/idea/explorer/tsconfig.json