We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03c3f1 commit c484a9bCopy full SHA for c484a9b
1 file changed
soroban/README.md
@@ -34,7 +34,7 @@ stellar contract deploy \
34
--salt 616e63686f722d706c6174666f726d \
35
-- \
36
--admin ${MY_ACCOUNT} \
37
---signer ${MY_ACCOUNT_PUBLIC_KEY_BYTES}
+--signer ${MY_ACCOUNT_PUBLIC_KEY_BYTES} # you can get this by calling KeyPair#rawPublicKey using the JS SDK
38
39
# Deploy the web auth contract
40
stellar contract deploy \
0 commit comments