CirclesUBI / circles-api-legacy

User and organization profile service
GNU Affero General Public License v3.0
4 stars 0 forks source link

Contract Relayer API #52

Closed edzillion closed 5 years ago

edzillion commented 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.