Skip to content

Commit

Permalink
Clean up, add development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Oct 17, 2018
1 parent 06ccdbe commit a0fa732
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 344 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ Information related to tokens. ERC-20 compliant only (For now).

Please make sure that you name the files by its address. You can see examples [here](https://github.com/MyEtherWallet/ethereum-lists/tree/master/src/tokens): https://github.com/MyEtherWallet/ethereum-lists/tree/master/src/tokens

#### Development

on terminal, run: `git clone [email protected]:MyEtherWallet/ethereum-lists.git; cd ethereum-lists`
and then run: `npm run compile; npm run test:checkToken; npm run test:checkContract; npm run lint` to compile

#### A last note

This list is maintained by volunteers in the cryptocurrency community & people like you around the internet. It may not always be up to date, and it may occasionally get it wrong. If you find an error or omission, please open an issue or make a PR with any corrections.
Loading

0 comments on commit a0fa732

Please sign in to comment.