PHP WebShell

Текущая директория: /opt/BitGoJS/examples/ts/http-proxy

Просмотр файла: README.md

This directory contains a very simple example and test for http proxy setup that allows 
talking to BitGo's API backend through a http proxy.

This is in contrast to the [BitGo Express module](https://github.com/BitGo/BitGoJS/tree/master/modules/express) which implements the SDK on the
server that you host in order to provide specific SDK logic before proxying requests 
to BitGo APIs for your convenience.

This is also different from the [proxy](../proxy) example, which allows developers to use local BitGo SDK methods with a non-BitGo back-end.
Please take the time to review your use case as you choose between these options.

## Setup + Usage
- Acquire a test environment account, enterprise and access token
- Fill in the `TODO` sections with the relevant credentials
- `npm install`
- `ts-node server.ts`
- In a separate shell: `ts-node create-wallet.ts`

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


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