Browse Source

Resume: Rarity Surf links

latex-resume-c
Kevin Mok 3 months ago
parent
commit
b40109382e
No known key found for this signature in database GPG Key ID: 6DEED612B26C08E2
  1. 6
      content/resume/_index.md
  2. 2
      static/pdf

6
content/resume/_index.md

@ -59,12 +59,12 @@ date="Oct 2021" show="true" %}}
- Web app to give rarity rankings to NFT's within minutes of their metadata being revealed and check which are listed (based on rarity and price filters) on the OpenSea marketplace using their API.
- Reverse engineered the ranking algorithm to match the
leading rarity ranking site's rankings (scraped using
leading rarity ranking site's rankings ([scraped](https://github.com/Kevin-Mok/rarity-surf/blob/django/rarity_check/project/scrape.py) using
Selenium) with a **discrepancy of <0.25%**.
- Used app to frontrun purchases of **top 5%** rarity NFT's
against competing buyers.
- Wrote **Django (Python)** backend to fetch metadata from IPFS, store rarity rankings in PostgreSQL and serve rarity data using GraphQL.
- Wrote **React** frontend with hooks to dynamically load rarity data. Styled with Tailwind.
- Wrote **Django (Python)** [backend](https://github.com/Kevin-Mok/rarity-surf) to fetch metadata from IPFS, store rarity rankings in PostgreSQL and serve rarity data using GraphQL.
- Wrote **React** [frontend](https://github.com/Kevin-Mok/rarity-surf-frontend) with hooks to dynamically load rarity data. Styled with Tailwind.
{{% /resume/project %}}

2
static/pdf

@ -1 +1 @@
Subproject commit 850e5f5eceac190e47a4f885496984f3c506334c
Subproject commit c9e9c64ce1d4e995bd6478dc6a1aca4131643340
Loading…
Cancel
Save