Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gear-tech/gear-js
- Owner: gear-tech
- License: gpl-3.0
- Created: 2021-08-30T09:01:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T02:13:58.000Z (2 days ago)
- Last Synced: 2024-11-12T03:20:41.603Z (2 days ago)
- Topics: blockchain, gear, gear-js, typescript
- Language: TypeScript
- Homepage: http://gear-tech.io
- Size: 39.6 MB
- Stars: 32
- Watchers: 16
- Forks: 17
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## [@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.