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

https://github.com/zcloak-network/common-ts


https://github.com/zcloak-network/common-ts

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

[![common-ts](https://img.shields.io/badge/zcloak-common--ts-green?style=flat-square)](https://github.com/zCloak-Network/common-ts)
![license](https://img.shields.io/badge/License-Apache%202.0-blue?logo=apache&style=flat-square)

# common-ts

The common packages for zCloak project.

## Overiview

This repo is split to some packages:

- [react-wallet](packages/react-wallet/) An wallet provider for react dapp, use [web3-react](https://github.com/NoahZinsmeister/web3-react)
- [service](packages/service/) Backend services for zcloak.
- [web3-query](packages/web3-query/) Web3 querys, it includes `multicall`, and subscribe chain data, use [ethers](https://github.com/ethers-io/ethers.js/)
- [contracts-core](packages/contracts-core/) This is implements for [zCloak-contracts](https://github.com/zCloak-Network/zCloak-contracts).