Skip to content

drop-less/contracts

Repository files navigation

Contracts

Commands

  • Install dependencies - npm install
  • Clean the project - npx hardhat clean
  • Run tests - npx hardhat test
  • Make a deployment - npx hardhat ignition deploy ignition/modules/Lock.ts --network sepolia
  • Run a script - npx hardhat run scripts/script.ts --network sepolia
  • Verify a contract - npx hardhat verify 0x0000000000000000000000000000000000000000 --network sepolia

Template for .env file

VECHAIN_TESTNET_MNEMONIC=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published