Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 714 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 714 Bytes

Testing @ellumina/Renthub-BTFS SDK

The @ellumina/renthub-btfs SDK is designed to simplify interactions with the Renthub ecosystem. It supports uploading files and JSON data, as well as retrieving data from RENTHUB.

Installation

Clone this repo, And install dependencies:

npm install

Add your API-KEY to the code :

Compile the code with tsc or any typescript compiler. The opuputted fiiles will be placed in dist folder.

const instance = new Renthub('Your-api-key-here-😉');

Compilng Ts:

Compile the code with tsc or any typescript compiler. The opuputted fiiles will be placed in dist folder.

tsc

Running the Code:

npm run test