gill

gill/node

Functions and utilities designed for interacting with the Solana blockchain using JavaScript server backends and runtimes.

Variables

VariableDescription
DEFAULT_CLI_KEYPAIR_PATHDefault Solana tool suite local keypair path

Functions

FunctionDescription
loadKeypairFromEnvironmentLoad a CryptoKeyPair from an environment variable (i.e. those generated by the solana-keygen command)
loadKeypairFromEnvironmentBase58Load a CryptoKeyPair from an environment variable containing a base58 encoded keypair
loadKeypairFromFileLoad a CryptoKeyPair from a filesystem wallet json file (i.e. those generated by the solana-keygen command)
loadKeypairSignerFromEnvironmentLoad a KeyPairSigner from a environment variable (i.e. those generated by the solana-keygen command)
loadKeypairSignerFromEnvironmentBase58Load a KeyPairSigner from an environment variable containing a base58 encoded keypair
loadKeypairSignerFromFileLoad a KeyPairSigner from a filesystem wallet json file (i.e. those generated by the solana-keygen command)
saveKeypairSignerToEnvFileSave an extractable KeyPairSigner to a filesystem wallet json file (i.e. same format as those generated by the solana-keygen command)
saveKeypairSignerToFileSave an extractable KeyPairSigner to a filesystem wallet json file (i.e. same format as those generated by the solana-keygen command)
saveKeypairToEnvFileSave an extractable CryptoKeyPair to a local environment file (e.g. .env) (i.e. same format as those generated by the solana-keygen command)
saveKeypairToFileSave an extractable CryptoKeyPair to a filesystem wallet json file (i.e. same format as those generated by the solana-keygen command)

On this page