mhxw / lottery

lottery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lottery

  • install
yarn install
  • test
yarn test
  • flatten
mkdir flat
npx hardhat flatten <path-to-contract> >> <flat-contract-name>.sol
npx hardhat flatten contracts/LuckyDraw.sol >> flat/LuckyDraw.sol

About

lottery


Languages

Language:Solidity 59.5%Language:TypeScript 40.2%Language:Shell 0.3%