https://github.com/oraichain/cosmos-sync
https://github.com/oraichain/cosmos-sync
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/oraichain/cosmos-sync
- Owner: oraichain
- License: gpl-3.0
- Created: 2023-06-29T02:58:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T06:53:05.000Z (7 months ago)
- Last Synced: 2025-04-06T04:26:14.163Z (2 months ago)
- Language: TypeScript
- Size: 648 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.