Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 595 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 595 Bytes

Keep3r CLI Utils

This repository contains all the necessary types and utility functions for both @keep3r-network/cli-sample-jobs and @keep3r-network/cli.

In this library we can find two important elements:

  • A class (GanacheFork) with methods aimed to easily fork a specific network. This allows us to simulate whether a given transaction will be successful, and/or profitable in the chosen network, or not.

  • Miscellaneous functions crafted to simplify a variety of tasks like advancing blocks, generating random ids, transforming a string to kebab case, among other useful things.