This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Create a bootstrap that allows creation of contract-specific command line tools #207
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
I believe that it will greatly improve the DevX of contracts if developers can have a way to easily bootstrap a CLI tool for a contract (to have a dedicated tool instead of using near-shell with manual JSON crafting).
Thus, instead of
a contract user will have a specific interface, thus minimizing the scope (no need to understand and remember the JSON format) and reducing the room for an error:
Another example where we already want to have a CLI for a contract: near/bounties#10
/cc @evgenykuzyakov @potatodepaulo @nearmax @mikedotexe @amgando
The text was updated successfully, but these errors were encountered: