Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.5 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.5 KB

Orium Contracts

Coverage Status Github Badge solidity - v0.8.9 License: CC0 v1 Discord Twitter Follow

Orium Contracts is a Hardhat Solidity project that demonstrates how game developers can integrate with Orium Network. Orium supports multiple rental protocols, select one of the protocols below in order to get started:

  • ERC-4907: An Ethereum standard that enables NFT owners to assign another address that can use a specific NFT.
  • ERC-4097 Profit-Share: Extension of ERC-4907 that expands the standard's scope to include profit-share rentals.

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