⚠️ WARNING! ⚠️
This repo contains highly experimental code. Expect rapid iteration.
Prerequisites
📦 Installation
🔧 Build
🔬 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:

📗 Logging
Change log level using RUST_LOG environment variable.
Example:
RUST_LOG=debug
🌡️ Testing
🏄♂️ Test coverage
🛠️ Development
Install git hooks
📄 License
uraeus is released under the MIT.