John b4618e8ede Merge branch 'main' into anchor-update vor 1 Jahr
..
anchor b4618e8ede Merge branch 'main' into anchor-update vor 1 Jahr
native a70c93ba45 test: Adding test jobs github actions for anchor and solana native 💚 (#76) vor 1 Jahr
seahorse f2d93baee1 add resolver = "2" to fix compile warning vor 1 Jahr
README.md a2831045ac reorg to match readme vor 3 Jahren

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).