New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@threefold/rmb_direct_client

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@threefold/rmb_direct_client

latest
Source
npmnpm
Version
2.9.2
Version published
Maintainers
1
Created
Source

RMB Direct Client

Version Lint Build

This is a Typescript client that can be used to build both services, and clients that can talk over the rmb.

RMB is a message bus that enable secure and reliable RPC calls across the globe.

This client can do the following:

  • send requests over the distributed rmb-relay.
  • receive and verify responses to sent requests.

An example of this client usage is defined under examples.

Built with

  • Typescript

Getting Started

To get a local copy up and running following these simple steps:

  • Open Terminal
  • Change the current working directory to the location you want the cloned directory.
  • Enter the following:
git clone https://github.com/threefoldtech/tfgrid-sdk-ts.git
  • Press Enter to create your local clone.

  • Navigate to the cloned repository by running:

cd tfgrid-sdk-ts/packages/rmb_direct_client
  • Then run the following to start the client:
yarn install
yarn workspace @threefold/rmb_direct_client start

Prerequisites

  • Node.js
  • Git
  • Yarn

To update the RMB Messages to a newer version refer to DEVELOPER.README.md file.

FAQs

Package last updated on 25 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts