Trident Syscall Stubs
This crate provides a set of syscall stubs for the Trident SVM.
[!WARNING]
The crate
trident-syscall-stubs-v1is meant to be used with programs written in Solana >=1.17 < 2The crate
trident-syscall-stubs-v2is meant to be used with programs written in Solana ~2.0.
Usage
Add this dependency to your Cargo.toml:
[]
= "0.0.1"
= "0.0.1"
or
[]
= "https://github.com/Ackee-Blockchain/trident-syscall-stubs"
= "trident-syscall-stubs-v1"
[]
= "https://github.com/Ackee-Blockchain/trident-syscall-stubs"
= "trident-syscall-stubs-v2"