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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,13 @@
18
18
19
19
## Toolchain:
20
20
21
-
- Node 16
22
-
- Yarn 3 without [PlugnPlay](https://yarnpkg.com/getting-started/migration/#switching-to-plugnplay)
23
21
- Solidity 0.8
24
22
- Hardhat
25
23
- Ethers
26
24
- Waffle
27
25
- Typescript
26
+
- Node 16
27
+
- Yarn 3 without [PlugnPlay](https://yarnpkg.com/getting-started/migration/#switching-to-plugnplay)
28
28
29
29
## Contributing
30
30
@@ -36,7 +36,7 @@
36
36
- on MacOS via [brew](https://brew.sh/): `brew install node`
37
37
- on Windows via [Chocolatey](https://chocolatey.org/): `choco install nvs`
38
38
- Install Yarn v1.22: `npm install -g yarn`
39
-
- Upgrade Yarn to v3: `yarn set version berry`
39
+
-[Upgrade](https://yarnpkg.com/getting-started/install#updating-to-the-latest-versions) Yarn to v3: `yarn set version berry`
40
40
41
41
### Optional Steps
42
42
@@ -70,6 +70,6 @@ Each directory at the root of this repository contains code for each individual
70
70
-**`dynamic-script/`**: allows fetching the dynamic content for the arbitration, as described by [ERC-1497: Evidence Standard](https://github.com/ethereum/EIPs/issues/1497).
71
71
-**`evidence-display/`**: display interface that should be used to render the evidence for arbitrators, as described by [ERC-1497: Evidence Standard](https://github.com/ethereum/EIPs/issues/1497).
72
72
73
-
## Deployed Addresses
73
+
## Deployment
74
74
75
75
See [contracts/README.md](contracts/README.md#deployed-addresses).
0 commit comments