Aries API
API endpoints for Aries
Using the client library
import { getClient } from '@aries-markets/api';
const trpc = getClient('http://endpoint.com');
const status = await trpc.status.query();
Running the server
# development - watch
$ npm run start
# production mode
$ npm run start:prod