https://github.com/paradigmxyz/eip3074-instructions
https://github.com/paradigmxyz/eip3074-instructions
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/paradigmxyz/eip3074-instructions
- Owner: paradigmxyz
- Created: 2024-05-30T07:26:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T07:16:03.000Z (about 2 years ago)
- Last Synced: 2025-07-30T17:34:32.081Z (about 1 year ago)
- Language: Rust
- Size: 76.2 KB
- Stars: 6
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EIP3074 instructions
[EIP-3074](https://eips.ethereum.org/EIPS/eip-3074) `AUTH` and `AUTHCALL` instructions.
The implementation is located in the [instructions] module. The custom instruction
context required for `AUTH` and `AUTHCALL` is located in the [context] module.