Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 377 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 377 Bytes

RIP-7755 Contracts

This repo consists of work-in-progress implementations of the smart contracts making up RIP-7755;

Getting Started

Install dependencies

forge install

Compile contracts

forge build

Run tests

make test

Check coverage report

make coverage