Skip to content

A small bash script to generate new solana key & airdrop 3 SOL for testing applications with

License

Notifications You must be signed in to change notification settings

Kiryous/solana-foma-kiniaev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

solana-foma-kiniaev

A small bash script to generate new solana key & airdrop 3 SOL for testing applications with

Usage

bash ./create-new-wallet.sh

Prerequisites

You should install solana and have solana-test-validator runnning. Run the following if you don't

solana-test-validator --rpc-port 8899

Run

bash ./create-new-wallet.sh

You'll get

  1. New keypair will be generated without prompting for a BIP39 passphrase.
  2. Private key will be saved in file with the name id-<count>_<public-key>.json.
  3. Public key also will be saved in pubkeys.txt as new line, like the following: <count> | <public-key>
  4. Count will be incremented and saved in count.txt

About

A small bash script to generate new solana key & airdrop 3 SOL for testing applications with

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages