We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f7868 commit 9c3afebCopy full SHA for 9c3afeb
README.md
@@ -105,7 +105,7 @@ brew install riscv-gnu-toolchain gettext
105
106
The [R55](https://github.com/r55-eth/r55/tree/main/r55) crate has an [e2e test](https://github.com/r55-eth/r55/tree/main/r55/tests/e2e.rs)
107
that puts everything together in an end-to-end PoC, compiling the
108
-[erc20](https://github.com/r55-eth/r55/tree/main/erc20) contract, deploying
+[erc20](https://github.com/r55-eth/r55/tree/main/examples/erc20) contract, deploying
109
it to an internal instance of [revm-r55](https://github.com/r0qs/revm), and
110
running two transactions on it, first a `mint` then a `balance_of` check.
111
0 commit comments