Closed edzillion closed 5 years ago
We only have one endpoint rn:
router.post('/:contractName', relayerController.callContract);
Which calls the relevant contract / returns 500 if the contract is non-existant. Tests include these two basic tests.
We only have one endpoint rn:
router.post('/:contractName', relayerController.callContract);
Which calls the relevant contract / returns 500 if the contract is non-existant. Tests include these two basic tests.