Files
atomic-swap/ethereum
2021-10-24 15:30:31 +01:00
..
2021-10-24 12:41:01 +02:00
2021-10-24 12:41:01 +02:00
2021-10-24 12:41:01 +02:00

Hardhat Project for Swap contract

A default Hardhat project comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Run npm install hardhat first (must be installed locally).

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help