Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 387 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 387 Bytes

$DEGEN Smart Contracts

This repository holds the code for $DEGEN smart contracts, including the token and Airdrop 1 contracts.

Test

npm run test
npm run test:report-gas

Running tests in VS Code: https://hardhat.org/hardhat-runner/docs/advanced/vscode-tests

Deploy

Deploy to a local Hardhat node.

npm run compile
npm run node
npm run deploy:local