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/features/voucher/assets/
/idea/frontend/src/features/voucher/assets/badge.svg
/idea/frontend/src/features/voucher/assets/coupon.svg
/idea/frontend/src/features/voucher/assets/voucher-card-placeholder.svg
/idea/frontend/src/features/voucher/consts.ts
/idea/frontend/src/features/voucher/hooks/
/idea/frontend/src/features/voucher/hooks/index.ts
/idea/frontend/src/features/voucher/hooks/use-duration-schema.ts
/idea/frontend/src/features/voucher/hooks/use-voucher-filters.ts
/idea/frontend/src/features/voucher/hooks/use-voucher-type.ts
/idea/frontend/src/features/voucher/hooks/use-vouchers.ts
/idea/frontend/src/features/voucher/index.ts
/idea/frontend/src/features/voucher/types.ts
/idea/frontend/src/features/voucher/ui/
/idea/frontend/src/features/voucher/ui/decline-voucher/
/idea/frontend/src/features/voucher/ui/decline-voucher/decline-voucher.tsx
/idea/frontend/src/features/voucher/ui/decline-voucher/index.ts
/idea/frontend/src/features/voucher/ui/duration-form/
/idea/frontend/src/features/voucher/ui/duration-form/duration-form.module.scss
/idea/frontend/src/features/voucher/ui/duration-form/duration-form.tsx
/idea/frontend/src/features/voucher/ui/duration-form/index.ts
/idea/frontend/src/features/voucher/ui/index.ts
/idea/frontend/src/features/voucher/ui/issue-voucher/
/idea/frontend/src/features/voucher/ui/issue-voucher/index.ts
/idea/frontend/src/features/voucher/ui/issue-voucher/issue-voucher.module.scss
/idea/frontend/src/features/voucher/ui/issue-voucher/issue-voucher.tsx
/idea/frontend/src/features/voucher/ui/issue-voucher-modal/
/idea/frontend/src/features/voucher/ui/issue-voucher-modal/index.tsx
/idea/frontend/src/features/voucher/ui/issue-voucher-modal/issue-voucher-modal.module.scss
/idea/frontend/src/features/voucher/ui/issue-voucher-modal/issue-voucher-modal.tsx
/idea/frontend/src/features/voucher/ui/program-vouchers/
/idea/frontend/src/features/voucher/ui/program-vouchers/index.ts
/idea/frontend/src/features/voucher/ui/program-vouchers/program-vouchers.tsx
/idea/frontend/src/features/voucher/ui/programs-form/
/idea/frontend/src/features/voucher/ui/programs-form/index.ts
/idea/frontend/src/features/voucher/ui/programs-form/programs-form.module.scss
/idea/frontend/src/features/voucher/ui/programs-form/programs-form.tsx
/idea/frontend/src/features/voucher/ui/revoke-voucher/
/idea/frontend/src/features/voucher/ui/revoke-voucher/index.ts
/idea/frontend/src/features/voucher/ui/revoke-voucher/revoke-voucher.module.scss
/idea/frontend/src/features/voucher/ui/revoke-voucher/revoke-voucher.tsx
/idea/frontend/src/features/voucher/ui/update-voucher/
/idea/frontend/src/features/voucher/ui/update-voucher/index.ts
/idea/frontend/src/features/voucher/ui/update-voucher/update-voucher.module.scss
/idea/frontend/src/features/voucher/ui/update-voucher/update-voucher.tsx
/idea/frontend/src/features/voucher/ui/update-voucher-modal/
/idea/frontend/src/features/voucher/ui/update-voucher-modal/index.ts
/idea/frontend/src/features/voucher/ui/update-voucher-modal/update-voucher-modal.module.scss
/idea/frontend/src/features/voucher/ui/update-voucher-modal/update-voucher-modal.tsx
/idea/frontend/src/features/voucher/ui/voucher-badge/
/idea/frontend/src/features/voucher/ui/voucher-badge/index.ts
/idea/frontend/src/features/voucher/ui/voucher-badge/voucher-badge.module.scss
/idea/frontend/src/features/voucher/ui/voucher-badge/voucher-badge.tsx
/idea/frontend/src/features/voucher/ui/voucher-card/
/idea/frontend/src/features/voucher/ui/voucher-card/index.ts
/idea/frontend/src/features/voucher/ui/voucher-card/voucher-card.module.scss
/idea/frontend/src/features/voucher/ui/voucher-card/voucher-card.tsx
/idea/frontend/src/features/voucher/ui/voucher-filters/
/idea/frontend/src/features/voucher/ui/voucher-filters/index.ts
/idea/frontend/src/features/voucher/ui/voucher-filters/voucher-filters.tsx
/idea/frontend/src/features/voucher/ui/voucher-select/
/idea/frontend/src/features/voucher/ui/voucher-select/index.ts
/idea/frontend/src/features/voucher/ui/voucher-select/voucher-option.tsx
/idea/frontend/src/features/voucher/ui/voucher-select/voucher-select.tsx
/idea/frontend/src/features/voucher/ui/vouchers/
/idea/frontend/src/features/voucher/ui/vouchers/index.ts
/idea/frontend/src/features/voucher/ui/vouchers/vouchers.tsx
/idea/frontend/src/features/voucher/utils.ts