1.0.1 • Published 9 months ago

audifi-cli v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

generate a readme file for the audifi-cli

Audifi CLI

Audifi CLI is a powerful command-line tool designed to streamline the process of auditing smart contracts using Google's Gemini AI.

Features

  • Audit smart contracts right from your terminal
  • Get a report of the audit in PDF
  • Get a detailed explanation of the audit
  • Get recommendations on how to fix your smart contracts

Installation

To install Audifi CLI, follow these steps:

  1. Ensure you have Node.js (version 14 or higher) installed on your system.
  2. Open your terminal and run the following command:
npm install -g audifi-cli
  1. have your api key ready from google cloud & enter when prompted
  2. you're ready to audit your smart contracts

Usage

To audit a smart contract, use the following command:

audifi audit <path-to-contract>