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 4563ddf commit 11a951fCopy full SHA for 11a951f
README.md
@@ -36,6 +36,7 @@ sh -c "$(curl -sSfL https://release.solana.com/v1.14.13/install)"
36
PYTH_KEY_STORE=$HOME/.pythd
37
38
# Create your keypair (pair of private/public keys) that will be used to sign your transactions.
39
+# Pyth Network will need to permission this key, so reach out to us once you have created it.
40
solana-keygen new --no-bip39-passphrase --outfile $PYTH_KEY_STORE/publish_key_pair.json
41
42
# Initialize the key store with the public keys of the Pyth Oracle Program on the network you wish to publish to.
0 commit comments