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

cxo-relay

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cxo-relay

CXO Relayer App

latest
npmnpm
Version
0.0.20
Version published
Maintainers
2
Created
Source

CXO Relay

This is the official CXO relay app.

Installing dependencies

To install dependencies just run

yarn

Running the development server

yarn dev

Building the project

yarn build
electron-builder

CXO Relay CLI

You can use the CXO relay also via its CLI

Prerequisites

You need node and npm to run the CLI. We recommend using the latest node version or at least v14.18.0.

Installation

Install the latest cxo-relay version using npm

npm i -g cxo-relay

Example execution

cxo-relay --key "this is an example mnemonic or private key" --relayUrl http://example/relay --rpcUrl http://example/rpc --rewardAddr 0x1000000000000000000000000000000000000001

To install from source, clone the repository and run

cd cxo-relay/
yarn build-cli
yarn add global file:$PWD

FAQs

Package last updated on 23 Jul 2024

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