You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently most endpoint testing is done manually through curl or metamask.
We need a quick way to run a collection of calls against a hosted instance - local or deployed
Solution
Utilize postman (newman CLI) flow to run multiple queries against a hosted relay instance.
Problem
Currently most endpoint testing is done manually through
curl
or metamask.We need a quick way to run a collection of calls against a hosted instance - local or deployed
Solution
Utilize postman (newman CLI) flow to run multiple queries against a hosted relay instance.
See Mirror Node Web3 acceptance test as inspiration.
For a postman.json file see the Mirror Node web3 postman.json for inspiration.
Alternatives
Add a ts test suite with a CLI option to run
The text was updated successfully, but these errors were encountered: