Smart Contracts Local Setup
ALERT: In most cases, you don't need to set up local contracts - everything is ready to use on Testnet! If you have advanced needs, we recommend contacting our team.
Requirements
Hardhat. Installation instructions found here
Instructions
1. Clone Repository From GitHub
2. Navigate to Folder
3. Install Dependencies
4. Create Environment Files
Setup .env according to this example.
5. Create A Local Hardhat Chain
6. Deploy Contracts to Local Chain
Please see ./talentlayer-id-contracts/Makefile for more details.
Open up a new instance of the terminal (Mac/Linux) or command line (Windows).
7. Run Tests
Last updated