Skip to content

Commit

Permalink
test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaobaiskill committed Jun 25, 2023
1 parent b69f11d commit 8184ce4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion EIPS/eip-7229.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,12 @@ The bytecode generated by the above opcodes is as follows `60xx73yyyyyyyyyyyyyyy

## Test Cases

Test cases are available at [here](../assets/eip-7229/test/)
You can use the following commands:
```
cd ../assets/eip-7229
npm install
npx hardhat test
```

## Security Considerations

Expand Down
5 changes: 5 additions & 0 deletions assets/eip-7229/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
artifacts
cache
node_modules
package-lock.json
typechain

0 comments on commit 8184ce4

Please sign in to comment.