1.1.2 • Published 1 year ago

auditai v1.1.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

auditai-cli

setup

include file "auditai.yaml" in your project with contents:

prize_pool: 164000
contracts:
- ./src/testProject/contracts/contract1.sol
- ./src/testProject/contracts/vaults/**

options

  .option("-md", "store the contracts by sorted LOC in a markdown file. Useful for creating a checklist about which contracts need to be audited.")
  .option("-scm", "store the sorted contracts with solidity-code-metrics. Get useful information about the contracts")
  .option("-v", "output extra debugging")

run locally

  • cd $your_solidity_project
  • add auditai.txt file with glob pattern similarly to auditai.txt
  • run npx ts-node $auditai-cli/src/app.ts --help

publish

update version and yarn build && yarn publish

1.1.1

1 year ago

1.1.0

1 year ago

1.1.2

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.11

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago