Skip to content
/ balin Public

Write BSV node logs as OP_RETURN data on the chain

License

Notifications You must be signed in to change notification settings

mpapec/balin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Write BSV node logs as OP_RETURN data on the chain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages