Skip to content

Commit e39cdd2

Browse files
add description for seahorse sol transfer
1 parent 9112548 commit e39cdd2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# seahorse
1+
## Transfer SOL with Seahorse
22

3-
This project was created by Seahorse 0.2.7.
4-
5-
To get started, just add your code to **programs_py/seahorse.py** and run `seahorse build`.
3+
Sadly, you can't send SOL(lamports) to another SystemAccount (Public Key) with Seahorse. That's why this Seahorse example looks a little different than the Anchor and Native ones. Here, we initialize a Mock PDA account where we send SOL to using transferLamports, which invokes a CPI with the System Program.

0 commit comments

Comments
 (0)