Installation
To install relayer, you can easily run from npm.
NPM
running with npm makes sure the relayer is running on the latest version without changing binaries in a computer.
Install Node.js in your computer using terminal or installer. In case of Mac, one can run homebrew command to install like command below:
brew install node
run npx command below to run node. Make sure the package name is same as the official documentation.
Last updated