gas analyzer
1.0.0
Gas Analyzer는 가스 소비 패턴을 분석하여 견고성 스마트 계약을 최적화하도록 설계된 정적 분석 도구입니다. AST (Abstract Syntax Tree) 구문 분석 및 정규 표현식을 활용 하여이 도구는 잠재적 인 가스 비 효율성을 식별하고 이더 리움 스마트 계약 최적화에 대한 통찰력을 제공합니다.
# Clone the Gas Analyzer repository
git clone https://github.com/malik/gas-analyzer.git
# Change into the project directory
cd gas-analyzer
# Build the project
cargo build --release
# Usage
- to change the contract code
- navigate to src
- rewrite the contract.sol file to your choice
- after run ` cargo build ` then ` cargo run ` in your project terminal이 프로젝트는 MIT 라이센스에 따라 라이센스가 부여됩니다. 자세한 내용은 License.md 파일을 참조하십시오.
Gas Analyzer 프로젝트는 4NANYSER로부터 영감을 끌고 Ethereum Development Community의 작품과 Rareskills Gas-Optimization Book (현재 책에서 일부 트릭을 구현하고 있음)의 작업을 기반으로합니다.