You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6.[Running the test suite](#running-the-test-suite)
22
+
7.[Writing documentation](#writing-documentation)
23
+
8.[Submitting a pull request](#submitting-a-pull-request)
24
+
9.[Versioning](#versioning)
25
25
26
26
---
27
27
@@ -67,14 +67,17 @@ If the versions are not correct or you don't have Node.js or pnpm installed, dow
67
67
68
68
---
69
69
70
-
### Installing Foundry
70
+
### Installing Foundry & Tempo
71
71
72
-
Ox uses [Foundry](https://book.getfoundry.sh/)for testing. We run a local [Anvil](https://github.com/foundry-rs/foundry/tree/master/anvil) instance against a forked Ethereum node, where we can also use tools like [Forge](https://book.getfoundry.sh/forge/) to deploy test contracts to it.
72
+
Ox uses [Foundry](https://book.getfoundry.sh/)& [Tempo](https://github.com/tempoxyz/tempo) for testing.
73
73
74
-
Install Foundry using the following command:
74
+
We run a local [Anvil](https://github.com/foundry-rs/foundry/tree/master/anvil) instance against a forked Ethereum node, where we can also use tools like [Forge](https://book.getfoundry.sh/forge/) to deploy test contracts to it.
75
+
76
+
Install Foundry & Tempo using the following command:
0 commit comments