1.1.2 • Published 2 years ago

auditai v1.1.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.11

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago