https://github.com/pvnotpv/spl-transfer-pda-poc
Transferring SPL tokens from a PDA
https://github.com/pvnotpv/spl-transfer-pda-poc
anchor pda rust solana
Last synced: 3 months ago
JSON representation
Transferring SPL tokens from a PDA
- Host: GitHub
- URL: https://github.com/pvnotpv/spl-transfer-pda-poc
- Owner: pvnotpv
- Created: 2025-01-08T18:06:58.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T18:14:24.000Z (5 months ago)
- Last Synced: 2025-01-08T19:28:44.805Z (4 months ago)
- Topics: anchor, pda, rust, solana
- Language: Rust
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple POC for creating a Associated Token Account for a PDA and transferring SPL tokens out of it.
Detailed explanation at : https://pvnotpv.github.io/posts/transferspl/