Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 571 Bytes

File metadata and controls

40 lines (27 loc) · 571 Bytes

NFTlend V1-Core

Protocol code for NFTlend.

Local development

The following assumes the use of node @>=14.

Install dependencies

npm install

Compile

npx hardhat compile

Test

npx hardhat test

Deploy

Run local Harhdat node:

npx hardhat node

In a different shell window run the deploy script:

npx hardhat run --network localhost scripts/deploy.js

Licensing

The primary license for NFTlend V1 Core is the Business Source License 1.1 (BUSL-1.1), see LICENSE