hashgraph / hedera-sourcify

Tools for verifying Hedera smart contracts using standard open source libraries.
Apache License 2.0
6 stars 7 forks source link

Remove `ui`'s landing page and its dependencies #160

Closed acuarica closed 2 months ago

acuarica commented 2 months ago

The landing page of Sourcify https://sourcify.dev/ is part of the ui react app. However, instead of a landing page, Hedera verification uses the verifier page directly.

To avoid polluting the react app with unused pages and to make the ui leaner, remove the landing page and it's dependencies.

### Tasks
- [x] Remove `ui/src/pages/LandingPage`
- [x] Review and remove any dangling file pointed by `LandingPage/*`
- [x] Review and remove dangling `package.json`'s dependencies
- [x] Review and remove and dangling assets