near-cli
near-cli copied to clipboard
feat: store view and call result to file
It would be very useful for bash scripting.
Example usage:
$ ./bin/near call REDACTED nft_mint '{…REDACTED…}' --accountId REDACTED --deposit 1 -o 1.json >/dev/null ; cat 1.json | jq .token_id
"16"