Skip to content

gc5232978/send-solana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

send-sol

Sends Sol to a Public Key using Rust.

Description

This project expands on the example found in the solana cookbook. It shows how to use your Private Key to send Sol to a Public Key.

https://solanacookbook.com/references/basic-transactions.html

Dependencies

  • solana-client = "1.18.16"
  • solana-program = "1.18.16"
  • solana-sdk = "1.18.16"

Notes

Make sure to provide the correct path to your Private Key json file on line 12.

Releases

No releases published

Packages

No packages published

Languages