Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 586 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 586 Bytes

LUKSO Hardhat Template

This project demonstrates how to use LSP7 or LSP8 to create a basic NFT collection on LUKSO using the @lukso/lsp-smart-contracts;

It uses:

  • Hardhat v2.18.2
  • Ethers v6
  • Artifacts generated by Typechain

Setup

Make sure you are using node js v16.20. You can set this up with nvm.

nvm install 16.20
nvm use 16.20

Installation

git clone https://github.com/CJ42/LUKSO-Hardhat-template.git
cd LUKSO-Hardhat-Template
yarn