0.1.0 • Published 4 years ago

dxdao-token-registry v0.1.0

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
4 years ago

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