Skip to content

speelgoedauto2/cxo-relay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 73.9%
  • JavaScript 13.2%
  • SCSS 11.7%
  • Other 1.2%