Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Add docker build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
adria0 committed Jul 21, 2023
1 parent 68db8bd commit 45035e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions testool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ To use it, just compile with `cargo build --release` and run `../target/release/

This tool at this moment has 2 main functionalities: run raw bytecode and run ethereum tests.


## Setup docker

Code is precompiled and kept in the `codehash.txt`` file, if you need to compile more code (mainly because you are updating the testspecs commit), you have to setup docker:

- `docker build docker/lllc -t lllc`
- `docker build docker/solc -t solc`

## Run oneliner spec

The oneliner spec is invoked by using `--oneliner` parameter
Expand Down

0 comments on commit 45035e7

Please sign in to comment.