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

https://github.com/oraichain/cosmos-sync


https://github.com/oraichain/cosmos-sync

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Cosmos-sync






:information_desk_person: This repository provides an SDK designed to streamline the synchronization of Cosmos-based transactions using Tendermint RPC. It facilitates this process by leveraging a set of query tags.

## πŸ“¦ Packages

| Name | Version | Description |
| ------------------------------------------------------------------------------------------- | -------------------------------------------- | ------------------------------------ |
| [@oraichain/cosmos-rpc-sync](https://github.com/oraichain/cosmos-sync/tree/master/packages/rpc-sync) | | Synchronize transaction using rpc. |
| [@oraichain/cosmos-lcd-sync](https://github.com/oraichain/cosmos-sync/tree/master/packages/lcd-sync) | | Synchronize transaction using lcd. |

## Installation
The npm package for the Oraichain [Cosmos-sync SDK](https://github.com/oraichain/cosmos-sync)

```bash
yarn add @oraichain/cosmos-rpc-sync
yarn add @oraichain/cosmos-lcd-sync
```

## Quick start
Please refer to [examples](./packages//examples/README.md) to get start with our SDK.

## πŸ›  Developing

Checkout the repository and bootstrap the yarn workspace:

```bash
# Clone the repo.
git clone https://github.com/oraichain/cosmos-sync.git
cd cosmos-sync
yarn
```

### Testing
```bash
# Run all tests
yarn test
```

### Building
```sh
yarn build packages/rpc-sync
yarn build packages/lcd-sync
```

### Publishing
```bash
yarn deploy packages/rpc-sync
yarn deploy packages/lcd-sync
```

## Credits

πŸ›  Built by Oraichain Labs β€” if you like our tools, please consider delegating to [OWallet validators βš›οΈ](https://owallet.dev/validators)

## πŸͺͺ License

All packages are [GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) licensed.

## Disclaimer

AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED β€œAS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.

No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.