Dean 利迪恩 e26a32eb41 Upgraded tests 3 weeks ago
..
src e26a32eb41 Upgraded tests 3 weeks ago
.gitignore acaaf33f44 add vault example 1 month ago
Cargo.toml e26a32eb41 Upgraded tests 3 weeks ago
README.md acaaf33f44 add vault example 1 month ago

README.md

sbpf-asm-vault

A Solana vault program written in sBPF Assembly that allows users to securely deposit and withdraw their lamports.

This program utilizes the following syscalls:

  • sol_create_program_address
  • solmemcmp
  • sol_invoke_signed_c

Build

To build the program, run the following command:

sbpf build

Test

To test the program, run the following command:

sbpf test

Created with sbpf