Orium Protocol for renting NFTs. Powered by ERC7432 and ERC7589.
To get started with this project, clone the repository and run the following commands:
npm ci
npm run compile
npm test
npm run coverage
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