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/frontend/src/app/App.scss
/idea/frontend/src/app/App.tsx
/idea/frontend/src/app/index.ts
/idea/frontend/src/app/providers/
/idea/frontend/src/app/providers/alert/
/idea/frontend/src/app/providers/alert/Provider.tsx
/idea/frontend/src/app/providers/alert/index.ts
/idea/frontend/src/app/providers/api/
/idea/frontend/src/app/providers/api/Provider.tsx
/idea/frontend/src/app/providers/api/index.ts
/idea/frontend/src/app/providers/blocks/
/idea/frontend/src/app/providers/blocks/Context.ts
/idea/frontend/src/app/providers/blocks/Provider.tsx
/idea/frontend/src/app/providers/blocks/helpers.ts
/idea/frontend/src/app/providers/blocks/index.ts
/idea/frontend/src/app/providers/chain/
/idea/frontend/src/app/providers/chain/Context.ts
/idea/frontend/src/app/providers/chain/Provider.tsx
/idea/frontend/src/app/providers/chain/index.ts
/idea/frontend/src/app/providers/events/
/idea/frontend/src/app/providers/events/Context.ts
/idea/frontend/src/app/providers/events/Provider.tsx
/idea/frontend/src/app/providers/events/index.ts
/idea/frontend/src/app/providers/index.ts
/idea/frontend/src/app/providers/modal/
/idea/frontend/src/app/providers/modal/Context.ts
/idea/frontend/src/app/providers/modal/Provider.tsx
/idea/frontend/src/app/providers/modal/consts.ts
/idea/frontend/src/app/providers/modal/index.ts
/idea/frontend/src/app/providers/modal/types.ts
/idea/frontend/src/app/providers/onboarding/
/idea/frontend/src/app/providers/onboarding/Context.ts
/idea/frontend/src/app/providers/onboarding/Provider.tsx
/idea/frontend/src/app/providers/onboarding/helpers.ts
/idea/frontend/src/app/providers/onboarding/index.ts
/idea/frontend/src/app/providers/query/
/idea/frontend/src/app/providers/query/index.tsx
/idea/frontend/src/app/providers/withProviders.tsx
/idea/frontend/src/app/styles/
/idea/frontend/src/app/styles/index.scss