IntersectMBO / govtool

🔩 GovTool and utilities monorepo.
https://sanchogov.tools/
Apache License 2.0
7 stars 2 forks source link

Write Metadata hosting service for Tests #894

Closed spannercode closed 4 days ago

spannercode commented 2 weeks ago

When registering dreps or creating proposals for tests, Metadata json must be publicly hosted. We need a service to host those data.

Why

Using a metadata host service for testing instead of mock will make sure that the metadata-fetching, indexing or validating components of govtool are functioning properly.

Here is a deployed service URL: https://metadata.cardanoapi.io/docs/

mesudip commented 2 weeks ago

PR is ready with the changes: https://github.com/IntersectMBO/govtool/pull/930