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.
..
/tools/cli/src/app.ts
/tools/cli/src/common/
/tools/cli/src/common/index.ts
/tools/cli/src/common/regex.ts
/tools/cli/src/gear/
/tools/cli/src/gear/accounts.ts
/tools/cli/src/gear/code.ts
/tools/cli/src/gear/findEvents.ts
/tools/cli/src/gear/index.ts
/tools/cli/src/gear/message.ts
/tools/cli/src/gear/program.ts
/tools/cli/src/types/
/tools/cli/src/types/index.ts
/tools/cli/src/types/types.ts
/tools/cli/src/utils/
/tools/cli/src/utils/index.ts
/tools/cli/src/utils/logger.ts
/tools/cli/src/workflows/
/tools/cli/src/workflows/index.ts
/tools/cli/src/workflows/payload.ts
/tools/cli/src/workflows/replace.ts
/tools/cli/src/workflows/run.ts
/tools/cli/src/workflows/validate.ts