⚠️ WARNING! ⚠️
This repo contains highly experimental code. Expect rapid iteration.
bash
cargo install uraeus
bash
cargo install --path .
Verify checks if a source code matches a deployed contract.
``` uraeus-verify verify source code of deployed smart contracts
USAGE: uraeus verify [OPTIONS]
ARGS:
Address of the smart contractOPTIONS:
-b, --builddir
Example:
bash
uraeus verify 0x0253db1872f5b9ad73ad17461fbbf0e987a23ea05d34c120311301bddb092dc8
Change log level using RUST_LOG
environment variable.
Example:
bash
RUST_LOG=debug cargo run -- verify 0x4bfedc224c8360eaa16969c5db2944d19c32dbabdb4fc0d93bb3ea759c7198c
bash
cargo test --verbose
bash
sh scripts/test_coverage.sh
bash
sh scripts/install_git_hooks.sh
uraeus is released under the MIT.