diff --git a/EIPS/eip-7229.md b/EIPS/eip-7229.md index a4995a503e799..95645f24f74bc 100644 --- a/EIPS/eip-7229.md +++ b/EIPS/eip-7229.md @@ -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 diff --git a/assets/eip-7229/.gitignore b/assets/eip-7229/.gitignore new file mode 100644 index 0000000000000..cb9923aae4a52 --- /dev/null +++ b/assets/eip-7229/.gitignore @@ -0,0 +1,5 @@ +artifacts +cache +node_modules +package-lock.json +typechain \ No newline at end of file