Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix instructions order in README file #107

Merged
merged 1 commit into from
May 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,7 @@ To build the slides, run the following command:
make slides
```

## Back-end

### Building the machine image

```sh
cartesi build
```

### Running the Cartesi Node

```
cartesi run
```

## Building bounties
## Building example bounties

Before testing, you need to compile bounties binaries.

Expand All @@ -78,6 +64,20 @@ Along with following exploits:
./tests/bounties/sqlite-bounty/exploit-sqlite-3.32.2.sql
```

## Back-end

### Building the machine image

```sh
cartesi build
```

### Running the Cartesi Node

```
cartesi run
```

## Tests

Before running tests, make sure you built the image and bounties, you can build them with `make all`.
Expand Down