Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 512 Bytes

File metadata and controls

31 lines (20 loc) · 512 Bytes

Orium Rental Protocol

Orium Protocol for renting NFTs. Powered by ERC7432 and ERC7589.

Getting Started

To get started with this project, clone the repository and run the following commands:

npm ci
npm run compile
npm test
npm run coverage

Install Foundry

To be able to use foundry, run the following commands:

npm run fetch-foundry
npm run foundry-install

Then you will be able to run tests with foundry with the following commands:

npm run foundry-test