Skip to content

Commit

Permalink
Merge branch 'main' into moving-in-crashcourse
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDegenDeveloper authored Mar 27, 2024
2 parents b88e47d + 3d01e07 commit 17a58ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
[tg-badge]: https://img.shields.io/endpoint?color=neon&logo=telegram&label=chat&style=flat-square&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Foiler_official
[tg-url]: https://t.me/oiler_official





## Running Tests

The original codebase uses [Scarb](https://docs.swmansion.com/scarb/) (0.7.0) to build and test the contracts. Be sure to setup [asdf](https://asdf-vm.com/) as well, to handle versioning. The codebase will upgrade to the latest version of Scarb as the interface is stripped/updated.
Expand All @@ -22,12 +26,14 @@ sierra: 1.3.0

Once Scarb is setup, you can run the full test suite via:


```
scarb test
```

To run specific tests, use the -f (filter) flag, followed by the string to match for. You can supply the file name, or specifc test names. The following command will run all the tests in the `vault_option_round_tests.cairo` file.


```
scarb test -f vault_option_round_tests
```
Expand All @@ -41,3 +47,4 @@ scarb test -f auction
## Crash Course

The crash course is intended to catch devs up to speed on the technical aspects of the protocol, as well as help pre-prompt or train any LLMs for Pitchlake. This crash course can be found on Notion [here](https://www.notion.so/nethermind/Pitchlake-Crash-Course-aa05c787e89446a1aa5f72043f1bde42?pvs=4).

0 comments on commit 17a58ec

Please sign in to comment.