Skip to content

nicoelzer/dxDAO-Token-Registry

Repository files navigation

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