Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 729 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 729 Bytes

DIMO Developer License

This is an NFT collection minted for developers building on the DIMO Network.

How to run

You can execute the following commands to build the project and run additional scripts:

# Installs dependencies
npm i

# Compiles contracts
npm run build

# Run tests
npm run test

Documentation

forge doc --serve --port 40000

Deployment Script

Using $DIMO.

npx hardhat run script/deploy.ts
npx hardhat run script/upgrade.ts

Normalized Price Provider

Resources