Skip to content

defiboxswap/eosio.yield-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EOS Yield+ history

EOS Yield+ grab history and save it to the databaseg.

config

config
|- default.json
|- prod.json
|- test.json
|- dev.json

configure mysql connection,ws endpoint,abi endpoint

{
  "state_history_server": "ws://127.0.0.1:7777",
  "get_abi_url": "http://127.0.0.1:8888/v1/chain/get_raw_abi",
  "mysql": {
    "host": "",
    "user": "",
    "password": "",
    "database": "history_yield"
  }
}

Deploy

npm install -g pm2
npm i
pm2 start prod.config.js

Releases

No releases published

Packages

No packages published