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

4 years ago

0.1.11

4 years ago

0.1.12

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.9

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago