dap-ps / discover-v2

Discover all your favourite Distributed Applications, ranked in a provably fair and transparent way
Mozilla Public License 2.0
3 stars 0 forks source link

Creating a featured dapp #14

Open richard-ramos opened 3 years ago

richard-ramos commented 3 years ago
  1. Get the dapp Id from the contract or the database (it's the compressedMetadata attribute that each object has in the dappsmetadatas collection
  2. Create a png image inside Webapp/static/featured/ with the filename being the dapp Id followed by ".png" extension
  3. Add the dapp Id in WebApp/app/domain/Dapps/Featured.ts in the network Id array that it belongs to (1 mainnet, 3 ropsten)
  4. Publish a new version of the dapp and clear the local storage of your browser to see the changes.