npm i
npx hardhat compile
Update pvtKey
variable in hardhat.config.ts
.
npx hardhat runs scripts/deployFactory.ts --network luksoTestnet
npx hardhat run scripts/deployOwnerThroughFactory.ts --network luksoTestnet
npx hardhat run scripts/sendFunds.ts --network luksoTestnet
You can also test out the pre-eip155
condition by commenting out chainId
.