0.0.5 • Published 1 year ago

@klaytn/kds-cli v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

0.0.5

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago