efficy-u-rpc-api
Version:
The Efficy U - RPC API is developed for server side usage in a Node.js environment and also bundled for usage inside an Efficy browser session for client-side JSON RPC requests.
25 lines (14 loc) • 805 B
Markdown
# Efficy U - RPC API
## Introduction
The Efficy U - RPC API is developed for server side usage in a [Node.js](https://nodejs.org/en/) environment (e.g. for integrations) and also bundled for usage inside an Efficy browser session for client-side JSON RPC requests.
## Node.js instructions
In your [Node.js](https://nodejs.org/en/) project, first install the [efficy-u-rpc-api](https://www.npmjs.com/package/efficy-u-rpc-api) npm package.
```ps1
npm i efficy-u-rpc-api
```
## Get started
Consult the [github-pages](https://pauwris.github.io/efficy-u-rpc-api/) documentation
## Node fetch
In Node.js 18, an [experimental global fetch API](https://nodejs.org/en/blog/announcements/v18-release-announce) is available by default.
----------
(2024) authored by Kristof Pauwels