Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonmanRolls committed May 3, 2022
1 parent 883869e commit 173c24d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Getting Started with Create React App
# ENS Token claim front-end

This is the code for the front-end app that allowed people to claim their $ENS airdrop between November 2021 - May 2022. It does not include any of the 'backend' infrastructure (smart contracts etc.), this can be found [here](https://github.com/ensdomains/governance).

For more info on how merkle airdrops work, see [here](https://blog.openzeppelin.com/workshop-recap-building-an-nft-merkle-drop/).

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

### Testing
### Testing note

To test with cypress, you shouldn't use `yarn cypress:open` as it breaks the metamask plugin implementation.\
You can run all tests as standard with `yarn cypress:ci:local` on your machine.
Expand Down

0 comments on commit 173c24d

Please sign in to comment.