Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 417 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 417 Bytes

balin

Write BSV node logs as OP_RETURN data on the chain

Ubuntu

apt-get update && apt-get install -y sudo curl
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs perl
npm install bsv datapay

Centos

yum install -y sudo
curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
sudo yum install -y perl-Data-Dumper nodejs
npm install bsv datapay