An open API service indexing awesome lists of open source software.

https://github.com/emartech/escher-js-example

JavaScript example for the Escher HTTP request signing library
https://github.com/emartech/escher-js-example

Last synced: over 1 year ago
JSON representation

JavaScript example for the Escher HTTP request signing library

Awesome Lists containing this project

README

          

# Code examples for EscherJS - HTTP request signing lib

Code examples for the Escher HTTP request signing library (https://github.com/emartech/escher-js).

Check out native, Express and Koa calls and validations.

## Usage

1. Start the chosen server `(native|express|koa)`

```sh
npm run start-native
```

```sh
npm run start-express
```

```sh
npm run start-koa
```

2. Call the server with the client (in a different terminal)

```sh
npm run client
```