Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.44 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.44 KB

Solanii (clone of Solaneyes.com)

This repo is an attempt at making a basic clone of Solaneyes.

View the clone at www.solanii.com! 👁

Compare the two 👀

solanii

solaneyes

Getting started 🔨

This is a create-react-app v5, so:

  1. Clone the repo.
  2. Install dependencies with either yarn or npm install.
  3. Run the server locally with yarn start or npm start.
  4. The app should now be running on localhost:3000! Nice! 🚀

Features that still need to be added 🙈

There is a lot of functionality that is missing that could be added:

  1. Add mobile responsiveness (only works on viewports of 1000px+ atm).
  2. Add tests (unit + e2e, I personally enjoy using jest/RTL + cypress/playwright).
  3. When hovering over an NFT's actions (e.g. 12 attributes, 4 creators, Metadata), I have all the data to show that functionality but have not yet implemented it.
  4. Ability to switch networks (should be pretty trivial adding additional context for clusters and metaplex instances + adding ability in the header to change to a different cluster).