Skip to content

Commit

Permalink
generate and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jul 9, 2024
1 parent 1925dd0 commit 8e63c45
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,24 @@ yarn compile
This will compile the Solidity contracts and output the resulting JSON artifacts
to the `artifacts` directory.

## Test

To run v1 tests (hardhat):

```
yarn test
```

To run v2 tests (hardhat):
```
yarn test:prototypes
```

To run v2 tests (forge):
```
forge test -vvvv
```

## Generating Go Bindings and Contract Addresses

To generate Go bindings for the Solidity contracts and fetch, run the following
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 8e63c45

Please sign in to comment.