Load a local json file keypair
When running your local project you probably want to use a file json keypair.
This can be very useful for all the cookbook examples as well. You can grind
yourself a keypair using solana-keygen grind --starts-with a23:1
and then load
and use this one for your projects using the loadKeypairFromFile
function.