fjl / 7002asm

Implementation of EIP-7002 System Contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

7002asm

This is a geas implementation of the EIP-7002 system contract.

Getting Started

To setup a dev environment capable of assembling, analyzing, and executing the repository's assembly you will need to install foundry and geas. This can be accomplished by running:

$ curl -L https://foundry.paradigm.xyz | bash
$ go install github.com/fjl/geas/cmd/geas@latest

Building

TODO

Testing

TODO

About

Implementation of EIP-7002 System Contract

License:MIT License


Languages

Language:Assembly 66.2%Language:Solidity 32.4%Language:Shell 1.4%