This package has been deprecated

Author message:

deprecated

@klaytn/kds-cli

0.0.5 • Public • Published

Klaytn Developer SDK CLI

kds-cli is a command line utility for klaytn developer sdk.
kds-cli supports below features.

  • Oracles - Hardhat project containing Chainlink, Witnet integrations with klaytn.

Install

npm install -g @klaytn/kds-cli --force

Quick Usage

Version

> kds-cli --version 
0.0.1

Help

> kds-cli --help
> kds-cli help oracle

Setup

Oracles

To download the Klaytn's integration with Chainlink, witnet oracle hardhat project, please follow below steps

> kds-cli oracle init

> cd oracle-starter-kit
> npm install --force

Above command downloads the oracle-starter-kit hardhat folder structure in the current project directory. Enter inside the generated folder and install the packages as mentioned and please follow the oracle-starter-kit README description.

Readme

Keywords

Package Sidebar

Install

npm i @klaytn/kds-cli

Weekly Downloads

4

Version

0.0.5

License

MIT

Unpacked Size

5.21 kB

Total Files

6

Last publish

Collaborators

  • klaytn-devops
  • klaytndev