https://github.com/halfrost/pseudo-delta-neutral
Pseudo-Delta Neutral Strategy in Solana
https://github.com/halfrost/pseudo-delta-neutral
Last synced: 1 day ago
JSON representation
Pseudo-Delta Neutral Strategy in Solana
- Host: GitHub
- URL: https://github.com/halfrost/pseudo-delta-neutral
- Owner: halfrost
- License: wtfpl
- Created: 2022-07-01T19:43:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T19:43:31.000Z (about 4 years ago)
- Last Synced: 2025-01-08T09:51:09.781Z (over 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Environment Setup
1. Install Rust from https://rustup.rs/
2. Install Solana from https://docs.solana.com/cli/install-solana-cli-tools#use-solanas-install-tool
### Build and test for program compiled natively
```
$ cargo build
$ cargo test
```
### Build and test the program compiled for BPF
```
$ cargo build-bpf
$ cargo test-bpf
```