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
- Host: GitHub
- URL: https://github.com/emartech/escher-js-example
- Owner: emartech
- License: mit
- Created: 2014-09-05T15:19:11.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T12:25:52.000Z (over 4 years ago)
- Last Synced: 2024-04-14T21:49:44.958Z (over 2 years ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 13
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```