From 83cb795b59144441cd994717cbf12752d97ba72a Mon Sep 17 00:00:00 2001 From: Michael Morrell <100323448+skynetcap@users.noreply.github.com> Date: Sat, 20 Jan 2024 11:01:52 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 693230e..b411d1a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Building -- Place private key in `main/resources` +- Place private key in `main/resources` (JSON/Array format, generated by solana-keygen) - Set `application.endpoint` (RPC) & `application.privateKey` (file name) in application.properties - `docker build .`