1.0.0 • Published 1 year ago

@klaytn/kss-cli v1.0.0

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

Klaytn Service SDK CLI

kss-cli is a command line utility for klaytn service sdk. kss-cli supports below features.

  • Oracles - Hardhat project containing Witnet integrations with klaytn.

Install

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

Quick Usage

Version

> kss-cli --version 
0.0.1

Help

> kss-cli --help
> kss-cli help oracle

Setup

Oracles

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

> kss-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.