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.
Clone this repo, And install dependencies:
npm install
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-π');
Compile the code with tsc or any typescript compiler. The opuputted fiiles will be placed in dist folder.
tsc
npm run test