Installation

Follow this guide to install the latest version of the Unfound Labs ERC404 token contract.

Clone the Unfound Labs Repo

git clone https://github.com/UnfoundLabs/ERC404-V1.git

Dependancies

Make sure you have the following libraries installed.

Hardhat

npm install -g hardhat

NodeJS v. 18 or higher

Install Project and Dependancies

Once the project is cloned and Hardhat / Node are installed you can install the project dependancies.

npm install

Last updated