Skip to content

Ackee-Blockchain/trident-syscall-stubs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages