From bff6581cec3caf1c72e97177592ea0a049c07dda Mon Sep 17 00:00:00 2001 From: ioanSL Date: Tue, 19 Dec 2023 12:23:47 +0200 Subject: [PATCH] fix: add interaction with contract on Sepolia --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ccca335..47e9198 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,7 @@ npx hardhat test # Deploy Delegate and aux contracts to Sepolia Network. npx hardhat run scripts/deploy.ts --network sepolia + +# Delegate ERC721 +npx ts-node scripts/delegateERC721.ts $DELEGATOR $DELEGATEE $ASSET_ADDRESS $TOKENID $LICENSE $true/false ```