chainpoint-js
chainpoint-js copied to clipboard
A javascript client to create and verify Chainpoint proofs
I can't load the client library during Jest test sessions. Not sure why it fails with --runInBand arg which is valid. `Invalid argument: --runInBand. 4 | > 5 | const...
Seems like the complete merkle proof that we could retrieve from the calendar server is no longer part of the validation schema in v4. How can I get the proof...
https://github.com/chainpoint/chainpoint-js/blob/1bf369cdd79163198471cd0d2b2725de58528998/lib/utils/network.js#L63 has the following ips mentioned: `['3.142.136.148', '18.118.26.31', '3.133.161.241', '18.220.31.138', '3.145.43.113']` And the requests to `http://${targetIP}/peers` are failing where `targetIP` is one of the above IPs. The following script: ```...
Hi, I might not see it. But, is there any information on the set up off chainpoint-js?