trident-syscall-stubs-v1

Crates.iotrident-syscall-stubs-v1
lib.rstrident-syscall-stubs-v1
version0.0.1
created_at2025-01-12 14:20:25.97829+00
updated_at2025-01-12 14:20:25.97829+00
descriptionImplementation of syscall stubs for the Trident fuzzing framework.
homepage
repositoryhttps://github.com/Ackee-Blockchain/trident-syscall-stubs
max_upload_size
id1513261
size18,935
andrejlukacovic (lukacan)

documentation

README

Trident Syscall Stubs

This crate provides a set of syscall stubs for the Trident SVM.

[!WARNING]

  • The crate trident-syscall-stubs-v1 is meant to be used with programs written in Solana >=1.17 < 2

  • The crate trident-syscall-stubs-v2 is meant to be used with programs written in Solana ~2.0.

Usage

Add this dependency to your Cargo.toml:

[dependencies]
trident-syscall-stubs-v1 = "0.0.1"
trident-syscall-stubs-v2 = "0.0.1"

or

[dependencies.trident-syscall-stubs-v1]
git = "https://github.com/Ackee-Blockchain/trident-syscall-stubs"
package = "trident-syscall-stubs-v1"

[dependencies.trident-syscall-stubs-v2]
git = "https://github.com/Ackee-Blockchain/trident-syscall-stubs"
package = "trident-syscall-stubs-v2"
Commit count: 8

cargo fmt