Commit 5c8133f1 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: update readme

parent ec71d4a4
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
The repo currently uses solidity tests (run with Forge). The project uses the default hardhat directory structure, and all build/test steps should be run using the yarn scripts to ensure The repo currently uses solidity tests (run with Forge). The project uses the default hardhat directory structure, and all build/test steps should be run using the yarn scripts to ensure
the correct options are set. the correct options are set.
Install node modules with yarn (v1), and Node.js (14+). Install node modules with yarn (v1), and Node.js (16+).
```shell ```shell
yarn yarn
...@@ -27,6 +27,8 @@ Then the full test suite can be executed via `yarn`: ...@@ -27,6 +27,8 @@ Then the full test suite can be executed via `yarn`:
yarn test yarn test
``` ```
The differential tests require typescript to be compiled to javascript.
## Deployment ## Deployment
Create a file that corresponds to the network name in the `deploy-config` Create a file that corresponds to the network name in the `deploy-config`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment