Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 3.06 KB

README.md

File metadata and controls

71 lines (51 loc) · 3.06 KB

Cosmos-sync

💁 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 Synchronize transaction using rpc.
@oraichain/cosmos-lcd-sync Synchronize transaction using lcd.

Installation

The npm package for the Oraichain Cosmos-sync SDK

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

Quick start

Please refer to examples to get start with our SDK.

🛠 Developing

Checkout the repository and bootstrap the yarn workspace:

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

Testing

# Run all tests
yarn test

Building

yarn build packages/rpc-sync
yarn build packages/lcd-sync

Publishing

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 ⚛️

🪪 License

All packages are GPL 3.0 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.