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.
git clone https://github.com/TalentLayer/talentlayer-id-contracts.git
cd talentlayer-id-contracts
npm install
touch .env
npx hardhat node
Please see ./talentlayer-id-contracts/Makefile for more details.
Open up a new instance of the terminal (Mac/Linux) or command line (Windows).
make install
npx hardhat test
Last modified 20d ago