Beam Coin API clients and utils for NodeJS used by MintPond Mining Pool.
Install as Dependency in NodeJS Project
# Install from Github NPM repository
npm config set @mintpond:registry https://npm.pkg.github.com/mintpond
npm config set //npm.pkg.github.com/:_authToken <PERSONAL_ACCESS_TOKEN>
npm install @mintpond/mint-beam@0.9.1 --save
Creating a personal access token
Install & Test
# Install nodejs v10
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install nodejs -y
# Download mint-beam
git clone https://github.com/MintPond/mint-beam
# build & test
cd mint-beam
npm install
npm test