UNPKG

@libra-opensource/client-sdk-typescript

Version:
30 lines (20 loc) 351 B
# Diem SDK TypeScript Diem Blockchain client and utilities library. ## Installation ```bash npm i @libra-opensource/client-sdk-typescript ``` ## Testing ```bash npm run test npm run format:check npm run lint:check ``` ## CLI ```bash ./cli.js --help ``` ## Usage ```js import { DiemClient } from '@libra-opensource/client-sdk-typescript'; ```