Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benjamin-cup/sol-vest
Lightweight Solana smart contract (or program) that allows users to vest their native SOL tokens.
https://github.com/benjamin-cup/sol-vest
contract smart smart-contract sol solana token
Last synced: about 2 months ago
JSON representation
Lightweight Solana smart contract (or program) that allows users to vest their native SOL tokens.
- Host: GitHub
- URL: https://github.com/benjamin-cup/sol-vest
- Owner: Benjamin-cup
- Created: 2024-12-17T14:58:53.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-17T15:02:45.000Z (about 2 months ago)
- Last Synced: 2024-12-17T16:19:58.507Z (about 2 months ago)
- Topics: contract, smart, smart-contract, sol, solana, token
- Language: Rust
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Lightweight Solana program to vest native SOL tokens in both non-integer and integer amounts.
Credit due to https://github.com/Benjamin-cup/token-vesting/ as lot of their code has been adopted.