PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@open-rpc/client-js/src

Просмотр файла: example.ts

import { Client, RequestManager, HTTPTransport } from ".";
const t = new HTTPTransport("http://localhost:3333");
const c = new Client(new RequestManager([t]));

c.request({method: "addition", params: [2, 2]}).then((result: any) => {
  console.log('addition result: ', result); // tslint:disable-line
});

Выполнить команду


Для локальной разработки. Не используйте в интернете!