Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpick713/black-scholes-prover
https://github.com/jpick713/black-scholes-prover
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpick713/black-scholes-prover
- Owner: jpick713
- Created: 2024-02-22T16:59:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T17:25:26.000Z (10 months ago)
- Last Synced: 2024-02-22T18:35:03.710Z (10 months ago)
- Language: Rust
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Scripts to run
In the root directory, you can run:
###
```
cd program
cargo prove build
```this builds the elf file
then run:
###
```
cd ../scripts
RUST_LOG=info RUSTFLAGS='-C target-cpu=native' cargo run --release
```