diff --git a/Cargo.toml b/Cargo.toml index f838050..9f5dd2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ edition = "2021" homepage = "https://arbitrum.io" license = "MIT OR Apache-2.0" repository = "https://github.com/OffchainLabs/cargo-stylus" +readme = "README.md" [workspace.dependencies] alloy-primitives = "=0.7.7" diff --git a/README.md b/README.md index 62c2523..0ce501f 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ See `--help` for all available flags and default values. ## Verifying Stylus Contracts -See [here](https://hackmd.io/bpeMnrzbSvO4mohhvkrKqw) +See the formal Arbitrum docs on verifying Stylus contracts [here](https://docs.arbitrum.io/stylus/how-tos/verifying-contracts#reproducible-verification) ## Deploying Non-Rust WASM Projects