0.1.13 • Published 2 years ago

cosmo-sdk v0.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago