https://github.com/ginmu/eip7702-test
test EIP7702 feature
https://github.com/ginmu/eip7702-test
Last synced: 8 months ago
JSON representation
test EIP7702 feature
- Host: GitHub
- URL: https://github.com/ginmu/eip7702-test
- Owner: GinMu
- License: mit
- Created: 2025-05-21T01:31:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-09T03:05:55.000Z (9 months ago)
- Last Synced: 2025-09-09T06:14:31.930Z (9 months ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EIP7702 TEST
test EIP7702 feature on sepolia network and the eip7702 contract is [Metamask EIP7702](https://sepolia.etherscan.io/address/0x63c0c19a282a1B52b07dD5a65b58948A07DAE32B).
## Commands
```shell
# import private key to keystore
./index import-private-key
# derive private key
./index derive-private-key
# authorize to metamask eip7702 contract
./index authorize
# revoke metamask eip7702 contract authorization
./index revoke
# batch transfer
./index batch-transfer $amount $to $to
# get code
./index get-code $address
```