2 releases
0.1.2 | May 16, 2022 |
---|---|
0.1.0 | May 13, 2022 |
#43 in #starknet
55KB
216 lines
⚠️ WARNING! ⚠️
This repo contains highly experimental code. Expect rapid iteration.
Prerequisites
📦 Installation
🧱 From crates.io
cargo install uraeus
🔧 From source
cargo install --path .
🔬 Usage
Verify
Verify checks if a source code matches a deployed contract.
uraeus-verify
verify source code of deployed smart contracts
USAGE:
uraeus verify [OPTIONS] <address>
ARGS:
<address> Address of the smart contract
OPTIONS:
-b, --builddir <BUILD_DIR> Build directory [default: ]
-h, --help Print help information
-n, --name <CONTRACT_NAME> Contract name [default: main]
-p, --projectdir <PROJECT_DIR> Project root directory [default: ]
Example:
uraeus verify 0x0253db1872f5b9ad73ad17461fbbf0e987a23ea05d34c120311301bddb092dc8
📗 Logging
Change log level using RUST_LOG
environment variable.
Example:
RUST_LOG=debug cargo run -- verify 0x4bfedc224c8360eaa16969c5db2944d19c32dbabdb4fc0d93bb3ea759c7198c
🌡️ Testing
cargo test --verbose
🏄♂️ Test coverage
sh scripts/test_coverage.sh
🛠️ Development
Install git hooks
sh scripts/install_git_hooks.sh
📄 License
uraeus is released under the MIT.
Dependencies
~8–17MB
~223K SLoC