I and my team worked on Data Model 2.0 implementation and generated a VC based on the requirements of Data Model 2.0. We tried to test our VC by following the steps in the read.me for testing a VC locally. But did not get any suitable result. Even after returning.
Steps which were followed:
- Used https://github.com/Wind4Greg/Server-for-VCs for returning VC generated by us as a response to "/credentials/issue" endpoint.
- With this server running, tried running "npm test" command on test suite implementation.
- But the test results we are getting are same when we don't return any VC response from the above endpoint.