Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gear-tech/gear-js

Tools and applications for interacting with Gear node.
https://github.com/gear-tech/gear-js

blockchain gear gear-js typescript

Last synced: 1 day ago
JSON representation

Tools and applications for interacting with Gear node.

Awesome Lists containing this project

README

        



GEAR






## [@gear-js/api](https://github.com/gear-tech/gear-js/tree/main/api)

A JavaScript library that enables connection to the Gear node and allows interaction with it.

Refer to the [api](https://github.com/gear-tech/gear-js/blob/main/api/README.md) docs for details.

#### [npm package](https://www.npmjs.com/package/@gear-js/api)

## [@gear-js/txwrapper](https://github.com/gear-tech/gear-js/tree/main/tools/txwrapper)

A package designed to provide helper functions for generating offline transactions using [@substrate/txwrapper-core](https://github.com/paritytech/txwrapper-core) package specifically tailored for the Gear pallet.

Refer to the [txwrapper](https://github.com/gear-tech/gear-js/blob/main/tools/txwrapper/README.md) docs for details.

#### [npm package](https://www.npmjs.com/package/@gear-js/txwrapper)

## [@gear-js/ui](https://github.com/gear-tech/gear-js/tree/main/utils/gear-ui)

React UI components used across Gear applications.

Refer to the [gear-ui](https://github.com/gear-tech/gear-js/blob/main/utils/gear-ui/README.md) docs for details.

#### [npm package](https://www.npmjs.com/package/@gear-js/ui)

## [Gear Idea](https://github.com/gear-tech/gear-js/tree/main/idea)

The source code of the portal for smart-contract developers and backend microservices - [idea.gear-tech.io](https://idea.gear-tech.io/).

#### [frontend](https://github.com/gear-tech/gear-js/tree/main/idea/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](https://github.com/gear-tech/gear-js/tree/main/idea/indexer)

A microservice responsible for blockchain indexing and storing information about programs and their messages as well as for storing programs metadata.

#### [test-balance](https://github.com/gear-tech/gear-js/tree/main/idea/test-balance)

A microservice that provides the opportunity to obtain test tokens.

#### [api-gateway](https://github.com/gear-tech/gear-js/tree/main/idea/api-gateway)

A microservice that provides any interaction between data-storage / test-balance services and an external user.