Davirain 17afe2e7a4 add rust workspace and update crates version (#41) преди 2 години
..
anchor 17afe2e7a4 add rust workspace and update crates version (#41) преди 2 години
native 17afe2e7a4 add rust workspace and update crates version (#41) преди 2 години
seahorse e39cdd2f57 add description for seahorse sol transfer преди 2 години
solang 90080ffe64 solang 0.3.1 преди 2 години
README.md a2831045ac reorg to match readme преди 3 години

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