An example app for the EOS blockchain platform. Features View past transactions Make transfers to other users Update account permissions View your profile and profiles of other users
EOS节点观察器
该观察者的目标是轻松重播所需区块中的链(假设通常在部署合同之后就很重要),过滤与所需合约相关的区块操作并将其提交到所需频道:消息队列,Websocket,数据库等
设置
cd ~
git clone https://github.com/leordev/eos-node-watcher
cd eos-node-watcher
npm install
vi config.json # here you will customize the setup to your needs