New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@caldera-network/cs-sdk

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@caldera-network/cs-sdk

Node SDK for Caldera Network Coin-Service

latest
npmnpm
Version
0.0.2
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Caldera Network Coin-Service Node SDK

NPM version NPM downloads

Build Status

The Caldera Network Coin-Service Node SDK provides your JavaScript & TypeScript applications access to the Coin-Service API.

This library can be used by NodeJS applications, tools, and other automations to access and manage cryptocurrency coins, tokens, and wallets.

Installation

You can install the SDK using npm or yarn

npm install @caldera-network/cs-sdk
yarn add @caldera-network/cs-sdk

Usage

Creating an API client

import { CoinServiceV1 } from "@caldera-network/cs-sdk";

// Create new client with your private access tokens
const coinService = new CoinServiceV1({
	CALDERA_ACCESS_KEY: '<my-public-key>',
	CALDERA_ACCESS_SECRET: '<my-private-key>',
});

FAQs

Package last updated on 26 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts