https://github.com/unboxed-software/solana-lab-cpi-guard
https://github.com/unboxed-software/solana-lab-cpi-guard
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/unboxed-software/solana-lab-cpi-guard
- Owner: Unboxed-Software
- Created: 2024-03-19T01:40:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T16:55:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T21:34:10.414Z (over 1 year ago)
- Language: TypeScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPI Guard Lab
Repo showcasing the capabilities of the new CPI Guard Token extension.
The CPI Guard enables the following:
* Transfer: the signing authority must be the account delegate
* Burn: the signing authority must be the account delegate
* Approve: prohibited
* Close Account: the lamport destination must be the account owner
* Set Close Authority: prohibited unless unsetting
* Set Owner: always prohibited, including outside CPI