Skip to content

kelsonic/solanii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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).