1.0.0 • Published 3 years ago
@klaytn/kss-cli v1.0.0
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 --forceQuick Usage
Version
> kss-cli --version
0.0.1Help
> kss-cli --help
> kss-cli help oracleSetup
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 --forceAbove 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.