keep-network / keep-common

Common libraries and tools used across Keep repositories
MIT License
5 stars 14 forks source link

Replace urfave/cli with spf13/cobra in commands generator #98

Closed nkuba closed 2 years ago

nkuba commented 2 years ago

In the keep-client, we replaced urfave/cli with spf13/cobra:

We want to make ethereum command work with the cobra. For that we need to refactor keep-common commands generator for contract interactions.

The changes were used in keep-core in https://github.com/keep-network/keep-core/pull/3181