Smart Contracts Local Setup

circle-exclamation

Requirements

Hardhatarrow-up-right. Installation instructions found herearrow-up-right

Instructions

1. Clone Repository From GitHub

git clone https://github.com/TalentLayer/talentlayer-id-contracts.git

2. Navigate to Folder

cd talentlayer-id-contracts

3. Install Dependencies

npm install

4. Create Environment Files

touch .env
circle-info

Setup .env according to this examplearrow-up-right.

5. Create A Local Hardhat Chain

6. Deploy Contracts to Local Chain

circle-info

Please see ./talentlayer-id-contracts/Makefile for more details.

circle-info

Open up a new instance of the terminal (Mac/Linux) or command line (Windows).

7. Run Tests

Last updated