Skip to content

Building a ts proof of concept for transfering Sol from one account to another.

Notifications You must be signed in to change notification settings

wzrdk3lly/transfer-sol-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transfer Sol POC

Overview: This script transfers solana from one keypair to the other

Lessons learned:

  • How to initialize keypairs and hide them in a .env file
  • grabbing the balance of on chain data
  • building a transaction and sending the instruction to Solana's devnet
  • transfering sol from one keypair to another

Potential improvements

  • add a delay function, grab on chain balance data and display updated balances to the console

About

Building a ts proof of concept for transfering Sol from one account to another.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published