OM!goods contracts

Coverage workflow License NONE

Installation

npm i

Configuration

Copy .env to .env.local to set or override environment variables.

Scripts

npm start                   # starts hardhat node

npm run linter              # runs solhint
npm run format              # runs prettier
npm run compile             # compiles contracts
npm run test                # runs unit tests
npm run coverage            # runs coverage tests
npm run deploy              # deploys contracts
npm run deployments:export  # exports all deployments into ./deployments.ts
npm run deployments:verify  # verifies all deployments on etherscan

npm run tokens:generate     # generates example tokens (localhost network only)

npm run hardhat             # hardhat cli wrapper

License

NONE