Skip to content

Commit

Permalink
Website: Update to ERC-7738 Registry with test harness and deployment…
Browse files Browse the repository at this point in the history
… scripts

Merged by EIP-Bot.
  • Loading branch information
JamesSmartCell authored Sep 11, 2024
1 parent 4a582f5 commit e5d239f
Show file tree
Hide file tree
Showing 41 changed files with 19,360 additions and 20 deletions.
4 changes: 2 additions & 2 deletions ERCS/erc-7738.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This method allows contracts written without the [ERC-5169](./eip-5169.md) inter

## Test Cases

Hardhat contract and test scripts for two implementations can be found in the asset folder.
Instructions for test harness and deployment can be found in the [Asset folder](../assets/eip-7738/tests.md).

## Reference Implementation

Expand Down Expand Up @@ -151,4 +151,4 @@ If these criteria are not met:

## Copyright

Copyright and related rights waived via [CC0](../LICENSE.md).
Copyright and related rights waived via [CC0](../LICENSE.md).
21 changes: 21 additions & 0 deletions assets/erc-7738/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,24 @@ node_modules

# Hardhat Ignition default folder for deployments against a local node
ignition/deployments/chain-31337

node_modules
.env

# Hardhat files
/cache
/artifacts

# TypeChain files
/typechain
/typechain-types

# solidity-coverage files
/coverage
/coverage.json

# Openzeppelin configs
/.openzeppelin

# Hardhat Ignition default folder for deployments against a local node
ignition/deployments/chain-31337
Loading

0 comments on commit e5d239f

Please sign in to comment.