Skip to content

Commit

Permalink
Merge branch 'main' of github.com:theethernaut/ethernaut-cli into ret…
Browse files Browse the repository at this point in the history
…ropgf
  • Loading branch information
eternauta1337 committed Apr 24, 2024
2 parents 0a9e9b2 + 7b42acc commit a761e0c
Show file tree
Hide file tree
Showing 36 changed files with 1,948 additions and 3,053 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,26 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: ethernaut-common
ethernaut-oso:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm run compile --if-present
- run: cd packages/ethernaut-oso && npm t
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: ethernaut-oso
ethernaut-retropgf:
runs-on: ubuntu-latest
strategy:
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/theethernaut/ethernaut-cli/ci.yml)](https://github.com/theethernaut/ethernaut-cli/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/theethernaut/ethernaut-cli/badge.svg)](https://coveralls.io/github/theethernaut/ethernaut-cli)

AI agent for Web3 composed of [hardhat](https://github.com/NomicFoundation/hardhat) plugins.
## What is it?

A universal Ethereum swiss army knife with an AI duck taped onto it.

A CLI for non-technical users, trying to bridge the gap between graphical UIs and CLIs.

A framework for rapid tool building; integrate a new tool in a matter of hours.

An extensible framework composed of [hardhat](https://github.com/NomicFoundation/hardhat) plugins.

Example usages:

Expand Down
Binary file added demos/oso.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.1.10",
"version": "1.1.12",
"npmClient": "npm",
"packages": ["packages/*"]
}
Loading

0 comments on commit a761e0c

Please sign in to comment.