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/squid/src/common/
/idea/squid/src/common/enums/
/idea/squid/src/common/enums/calls.ts
/idea/squid/src/common/enums/events.ts
/idea/squid/src/common/enums/index.ts
/idea/squid/src/common/enums/message-status.ts
/idea/squid/src/common/index.ts
/idea/squid/src/config.ts
/idea/squid/src/main.ts
/idea/squid/src/model/
/idea/squid/src/model/index.ts
/idea/squid/src/processor.ts
/idea/squid/src/temp-state.ts
/idea/squid/src/types/
/idea/squid/src/types/calls/
/idea/squid/src/types/calls/code.ts
/idea/squid/src/types/calls/index.ts
/idea/squid/src/types/calls/message.ts
/idea/squid/src/types/calls/program.ts
/idea/squid/src/types/calls/voucher.ts
/idea/squid/src/types/events/
/idea/squid/src/types/events/code.ts
/idea/squid/src/types/events/index.ts
/idea/squid/src/types/events/message.ts
/idea/squid/src/types/events/program.ts
/idea/squid/src/types/index.ts
/idea/squid/src/util.ts