Summary
Build a test suite that can be automated in CI that exercises our implementation of the BlockFrost API.
Build test project which query from both Blockfrost and Acropolis and compare the result.
Acceptance Criteria
- All status 200 responses match blockfrost API with a minimum of 3 parameters tested for each endpoint
- Must cover
not-200 response tests.