|
|
3 weeks ago | |
|---|---|---|
| .. | ||
| src | 3 weeks ago | |
| .gitignore | 1 month ago | |
| Cargo.toml | 3 weeks ago | |
| README.md | 1 month ago | |
A Solana vault program written in sBPF Assembly that allows users to securely deposit and withdraw their lamports.
This program utilizes the following syscalls:
To build the program, run the following command:
sbpf build
To test the program, run the following command:
sbpf test
Created with sbpf