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/meta-storage/.env.example
/idea/meta-storage/.gitignore
/idea/meta-storage/Dockerfile
/idea/meta-storage/README.md
/idea/meta-storage/package.json
/idea/meta-storage/src/
/idea/meta-storage/src/config.ts
/idea/meta-storage/src/database/
/idea/meta-storage/src/database/data-source.ts
/idea/meta-storage/src/database/entities/
/idea/meta-storage/src/database/entities/code.entity.ts
/idea/meta-storage/src/database/entities/index.ts
/idea/meta-storage/src/database/entities/meta.entity.ts
/idea/meta-storage/src/database/entities/sails.entity.ts
/idea/meta-storage/src/database/index.ts
/idea/meta-storage/src/main.ts
/idea/meta-storage/src/rmq.ts
/idea/meta-storage/src/service.ts
/idea/meta-storage/src/util/
/idea/meta-storage/src/util/validate.ts
/idea/meta-storage/tsconfig.json