0.8.0 • Published 1 month ago

@chainlink/gauntlet-core v0.8.0

Weekly downloads
-
License
-
Repository
-
Last release
1 month ago

Gauntlet Core

Utilities to make a Chainlink CLI tool on any network

### How to use it

import { executeCLI } from '@gauntlet/core'
import Example from './commands/example'

const myCommands = {
  Example,
}

executeCLI(myCommands)

Commit Changelogs changes

Try to answer the following:

  • WHAT the change is
  • WHY the change was made
  • HOW a consumer should update their code