Ayush a52b113c1b Merge branch 'native2.1' into native-bump-version 5 maanden geleden
..
anchor 40aed81963 chore: bumped versions (#378) 5 maanden geleden
native f2971c1253 update native programs to use 2.1 10 maanden geleden
seahorse b237b18c1e chore: upgrade to 1.18.17 (#97) 1 jaar geleden
steel adee195135 add basics/transfer-sol/steel (#201) 9 maanden geleden
README.md a2831045ac reorg to match readme 3 jaren geleden

README.md

Transfer SOL

A simple example of transferring SOL between two system accounts. You can transfer SOL between many types of accounts, not just system accounts (owned by the System Program).

One thing to note here is that we are generating a brand new keypair in the test - both for native and anchor. The act of transferring SOL to the new keypair's account will initialize it as a default system account (hence the /// CHECK above it in the anchor example).