Skip to content

ZhangxiangHu-Ripple/evernode-hook

 
 

Repository files navigation

evernode-hook

XRPL hook for Evernode.

Dev

Use sudo apt-get install gcc-multilib to install 32 bit gcc header files which is needed to compile hook as a 32 bit binary.

Build

Run make build to build the hook binary and upload it to the hook account.

make build

Run sethook.js to upload the binary to the hook account.

node sethook.js
  • Note: make will build and upload the binary at the same time.
  • Note: make upload will create a hook.json file with default hook address and secret. This can be updated to change your hook account.

About

XRPL hook for Evernode.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.7%
  • JavaScript 29.8%
  • Shell 3.3%
  • Makefile 0.2%