This repo is an attempt at making a basic clone of Solaneyes.
View the clone at www.solanii.com! π
This is a create-react-app v5, so:
- Clone the repo.
- Install dependencies with either
yarn
ornpm install
. - Run the server locally with
yarn start
ornpm start
. - The app should now be running on localhost:3000! Nice! π
There is a lot of functionality that is missing that could be added:
- Add mobile responsiveness (only works on viewports of 1000px+ atm).
- Add tests (unit + e2e, I personally enjoy using jest/RTL + cypress/playwright).
- 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. - Ability to switch networks (should be pretty trivial adding additional context for
cluster
s andmetaplex
instances + adding ability in the header to change to a different cluster).