/7002asm

Implementation of EIP-7002 System Contract

Primary LanguageAssemblyMIT LicenseMIT

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