Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 351 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 351 Bytes

dxDAO-Token-Registry

A registry of token lists, curated by the dxDAO.

Instructions

npm install npx truffle compile npx truffle test

Linting and formatting

Uses solhint + prettier, with solhint-plugin-prettier to have them play nicely.

View linting results

npm run solhint

Fix formatting

npm run prettier:solidity