Copied from https://github.com/solana-program/counter-shank/issues/4 #### Problem We eventually want to generate a CLI to go with a program, but there's a few questions: * does it go in `clients/` or a new `apps/` folder? We decided to go with `clients/` until there are more `apps/` * how do we reuse scripts between the CLI and rust client? in https://github.com/paladin-bladesmith/sol-stake-view-program/pull/9 we added a flag, but there's a preference to avoid reusing scripts, and instead move things to utils scripts #### Solution Come to a decision and add it here
Copied from solana-program/counter-shank#4
Problem
We eventually want to generate a CLI to go with a program, but there's a few questions:
clients/or a newapps/folder? We decided to go withclients/until there are moreapps/Solution
Come to a decision and add it here