0.1.13 • Published 3 years ago

cosmo-sdk v0.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cosmo-sdk

Github Actions Status NPM

Official Typescript SDK to interact with Cosmo blockchain contracts on Terra.

Getting Started

Installing Cosmo SDK

 $ yarn add cosmo-sdk @terra-money/terra.js

Using Cosmo SDK

You need to provide a LCDClient instance on Cosmo constructor.

import { LCDClient } from '@terra-money/terra.js';
import { Cosmo } from 'cosmo-sdk';

const lcd = new LCDClient({
  URL: 'https://lcd.terra.dev/',
  chainID: 'columbus-5',
});

const cosmo = new Cosmo(lcd);

Interacting with Cosmo

TBD

See Also

License: MIT

0.1.13

3 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago