Skip to content

Latest commit

 

History

History

HW-4

Solidity + EVM, low-level patterns

Instruction

Enter alchemy api key:

cat >> .env <<EOF
ALCHEMY_API_KEY=<API_KEY>
EOF

Install deps with:

npm install

Run test with:

npx hardhat test

Example

  Token contract
    ✔ Deployment should assign the total suply of token to owner (2163ms)
    ✔ Should successfuly deploy uniswap contract and exchange tokens (261ms)


  2 passing (2s)