0.0.5 • Published 9 months ago

@mellifera/cosmos-lcd v0.0.5

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
9 months ago

cosmos-lcd

install

npm install @mellifera/cosmos-lcd

Usage

const { cosmos } = require('@mellifera/cosmos-lcd')
const main = async () => {
   const client = await cosmos.ClientFactory.createLCDClient({ restEndpoint: REST_URL });
   const result = await client.cosmos.staking.v1beta1.validators({})
   console.log(result)
};

Developing

When first cloning the repo:

yarn
yarn build

Codegen

Contract schemas live in ./contracts, and protos in ./proto. Look inside of scripts/codegen.js and configure the settings for bundling your SDK and contracts into cosmos-lcd:

yarn codegen

Publishing

Build the types and then publish:

yarn build
yarn publish

Credits

Thanks to: Cosmology

Code built with the help of these related projects:

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 or software using the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.